home *** CD-ROM | disk | FTP | other *** search
/ PowerPak Gold 1992 Fall / PowerPak Gold (Fall 1992)(Flordia Lion's Den).iso / utility / list.doc < prev    next >
Text File  |  1993-02-01  |  110KB  |  3,441 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.                                  LIST 
  14.  
  15.  
  16.  
  17.  
  18.  
  19.                        A File Viewing and Browsing Utility 
  20.  
  21.                        Version 7.6             August 1991 
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.         (c) Copyright  Vernon D. Buerg 1983-91.  All rights reserved 
  43.  
  44.             T A B L E   O F   C O N T E N T S
  45.  
  46. __________________________________________________________________________
  47.  
  48.  
  49. Getting Started  ...................................................... 1    
  50.     Introduction  ..................................................... 1    
  51.     Installation  ..................................................... 2    
  52.     Printing the manual  .............................................. 2    
  53.     Varieties of LIST.COM  ............................................ 3    
  54.  
  55. Definition of DOS terms  .............................................. 5    
  56.     DOS Redirection  .................................................. 5    
  57.     DOS Filters  ...................................................... 6    
  58.     DOS Pipes  ........................................................ 7    
  59.  
  60. Command line  ......................................................... 8    
  61.     Command line syntax  .............................................. 8    
  62.     Command line switches  ............................................ 8    
  63.  
  64. How to use LIST  ...................................................... 10   
  65.     Starting LIST  .................................................... 10   
  66.     Exiting LIST  ..................................................... 11   
  67.       Entering Commands  .............................................. 11   
  68.     Display Format  ................................................... 12   
  69.       Status Line Format  ............................................. 12   
  70.       Command Line Format  ............................................ 15   
  71.     Scrolling  ........................................................ 17   
  72.     Positioning to Lines  ............................................. 19   
  73.     Filtering  ........................................................ 21   
  74.       Wrap Filter  .................................................... 22   
  75.       Hi-bit Filter  .................................................. 22   
  76.       Star Filter  .................................................... 22   
  77.       Junk Filter  .................................................... 22   
  78.       Hex Format Filter  .............................................. 23   
  79.       Tab expansion filter  ........................................... 23   
  80.     Scanning for text  ................................................ 24   
  81.     Marking and Extracting Lines  ..................................... 26   
  82.     Printing  ......................................................... 28   
  83.     Displaying multiple files  ........................................ 29   
  84.     Windows  .......................................................... 31   
  85.     Telephone dialer  ................................................. 32   
  86.  
  87. DOS considerations  ................................................... 33   
  88.     File Sharing  ..................................................... 33   
  89.     Invoking DOS Commands  ............................................ 33   
  90.     Screen Saving  .................................................... 34   
  91.  
  92. File Selection Menu  .................................................. 35   
  93.     LIST PLUS Display  ................................................ 35   
  94.     Movement Keys  .................................................... 36   
  95.  
  96. Contents 1                                             LIST  User's Guide 
  97.             T A B L E   O F   C O N T E N T S
  98.  
  99. __________________________________________________________________________
  100.  
  101.     Changing Directories  ............................................. 37   
  102.     List file  ........................................................ 37   
  103.     Copy file  ........................................................ 37   
  104.     Delete file  ...................................................... 37   
  105.     Edit file  ........................................................ 37   
  106.     Invoke file  ...................................................... 38   
  107.     Move file  ........................................................ 38   
  108.     Path changing  .................................................... 38   
  109.     Rename  ........................................................... 38   
  110.     Sort filenames  ................................................... 38   
  111.     1-9 up display  ................................................... 39   
  112.     ViewArc  .......................................................... 39   
  113.  
  114. Command key summary  .................................................. 40   
  115.     Cursor keys  ...................................................... 40   
  116.     F- function keys  ................................................. 40   
  117.     Letter keys  ...................................................... 41   
  118.     Control- keys  .................................................... 43   
  119.     Alt- keys  ........................................................ 44   
  120.  
  121. Configuring LIST  ..................................................... 46   
  122.     Screen Colors  .................................................... 46   
  123.     Cloning  .......................................................... 47   
  124.     Modifying LIST.COM  ............................................... 49   
  125.       Locations of option values  ..................................... 49   
  126.       Reassigning keys  ............................................... 52   
  127.       Table of Routines  .............................................. 53   
  128.  
  129. Limitations  .......................................................... 57   
  130.  
  131. Copyright/License/Warranty  ........................................... 58   
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142.  
  143.  
  144.  
  145.  
  146.  
  147.  
  148.  
  149. LIST  User's Guide                                            Contents 2 
  150. Getting Started 
  151. ______________________________________________________________________________
  152.  
  153. Introduction 
  154.  
  155.  
  156.     LIST is a user supported program.  It is not public domain.  You may 
  157.     use LIST and  give it to your friends,  but you  may not  sell it or 
  158.     use it in business without obtaining a license.  See the  last page 
  159.     for information about licensing. 
  160.  
  161.  
  162.     You use LIST to display files on your monitor, line by line with the 
  163.     aid of scrolling, positioning and filtering commands. 
  164.  
  165.  
  166.     LIST PLUS has many new  commands which go beyond usual  file viewing 
  167.     and browsing.  We will  explain how LIST is  used, and then how  the 
  168.     new file management commands are used. 
  169.  
  170.  
  171.     Before going  into all  of the  ways in  which LIST  can be  used to 
  172.     display files, let's look at  the three different varieties of  LIST 
  173.     so that you understand the capabilities of each.  Then, we'll go  on 
  174.     and define certain terms  like: redirection, piping, and  filtering. 
  175.     In this way, you will better understand how you can use these things 
  176.     with LIST. 
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.  
  203. Page  1                                                    LIST  User's Guide 
  204. Getting Started 
  205. ______________________________________________________________________________
  206.  
  207. Introduction 
  208.  
  209.  
  210. Installation 
  211.  
  212.     There are three varieties of the  LIST program on the disk that  you 
  213.     received (or in the file  that you downloaded).  This allows  you to 
  214.     pick the version of LIST that is right for you, and to configure  it 
  215.     to be exactly the way YOU want it to be. 
  216.  
  217.     Decide which of the LIST programs you would like to use and copy the 
  218.     .COM file to your working disk, or into a subdirectory on your  hard 
  219.     disk.  Selecting a directory that is in your PATH will allow you  to 
  220.     use LIST from anywhere on your system. 
  221.  
  222.     You may  rename the  program file  to any  convenient name,  such as 
  223.     L.COM,  READ.COM,  LST.COM  or  leave  it as LIST.COM.  For example, 
  224.     place the distribution disk into drive A and enter the commands: 
  225.  
  226.             A: 
  227.             COPY LIST.COM C:\L.COM 
  228.  
  229.     to copy  the Plus  version to  the root  directory of  your C drive, 
  230.     renaming the program to L.COM in the process. 
  231.  
  232.  
  233. Printing the manual 
  234.  
  235.     To print the documentation, set your printer for six lines per inch, 
  236.     and 10 characters per inch.   Then, use the DOS PRINT  command.  For 
  237.     example, 
  238.  
  239.                         PRINT LIST.DOC 
  240.  
  241.     You may also  print out the  documentation by using  redirection and 
  242.     entering: 
  243.  
  244.                         TYPE LIST.DOC > LPT1 
  245.  
  246.     Better yet, use LIST to print the manual.  Enter 
  247.  
  248.                         LIST LIST.DOC 
  249.  
  250.     then press the Ctrl and P keys at the same time. 
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257. LIST  User's Guide                                                    Page  2 
  258. Getting Started 
  259. ______________________________________________________________________________
  260.  
  261. Varieties of LIST.COM 
  262.  
  263.  
  264.  
  265.         - LISTS.COM     small version 
  266.  
  267.           - runs in about 30k 
  268.           - limited to smaller files (around 600kb), 
  269.           - excludes the Alt-X (screen saving) function 
  270.           - excludes the Alt-G (goto DOS) function 
  271.           - the Help screen is minimal. 
  272.  
  273.  
  274.  
  275.         - LISTR.COM      regular version 
  276.  
  277.           - runs in about 80K 
  278.           - handles files up to 16 mb 
  279.           - excludes the Alt-V (file selection) function 
  280.           - excludes the Alt-I (insert filename) function 
  281.           - the Alt-W (windowing function) is minimal, i.e. you get two 
  282.             equal sized windows; there is no ability to change window 
  283.             dimensions 
  284.  
  285.  
  286.  
  287.         - LIST.COM     PLUS version 
  288.  
  289.           - plus Alt-V file selection menu 
  290.           - plus file management functions like copy and delete 
  291.           - plus Alt-I hypertext-like file selection 
  292.           - plus a help screen for the file selection Alt-V functions 
  293.           - plus a second help screen for regular functions 
  294.           - plus the Ctrl-T telephone dialer 
  295.  
  296.  
  297.  
  298.  
  299.  
  300.  
  301.  
  302.  
  303.  
  304.  
  305.  
  306.  
  307.  
  308.  
  309.  
  310.  
  311. Page  3                                                    LIST  User's Guide 
  312. Getting Started 
  313. ______________________________________________________________________________
  314.  
  315. Varieties of LIST.COM 
  316.  
  317.  
  318.  
  319.     The documentation file is marked  with | before new and  changed 
  320.     lines.  It is marked  with a double asterisk  ** for LIST PLUS 
  321.     only features. 
  322.  
  323.  
  324.  
  325.  
  326.  
  327.  
  328.  
  329.  
  330.  
  331.  
  332.  
  333.  
  334.  
  335.  
  336.  
  337.  
  338.  
  339.  
  340.  
  341.  
  342.  
  343.  
  344.  
  345. WARNING:  LIST PLUS (LIST.COM), HAS THE ABILITY TO *DELETE* 
  346.                    FILES FROM YOUR SYSTEM!! 
  347.  
  348.  
  349. IF YOU ELECT TO USE LIST PLUS, PLEASE READ THE SECTION ON THE FILE 
  350. SELECTION MENU FOUND LATER ON IN THIS MANUAL. 
  351.  
  352.  
  353.  
  354.  
  355.  
  356.  
  357.  
  358.  
  359.  
  360.  
  361.  
  362.  
  363.  
  364.  
  365. LIST  User's Guide                                                    Page  4 
  366. Definition of DOS terms 
  367. ______________________________________________________________________________
  368.  
  369.  
  370.  
  371. DOS Redirection 
  372.  
  373.     The output of a  DOS command can be  "redirected" to a device  other 
  374.     than  the  standard  output  device,  which  is  in  most cases, the 
  375.     monitor.  This is done simply by entering the command, followed by a 
  376.     ">" and then the name of the desired device.  For example. 
  377.  
  378.     If you type "DIR > FILE.LST" you will see nothing on your screen and 
  379.     then suddenly your  DOS prompt will  reappear.  What happened?   The 
  380.     "output" of the DIR command was "redirected" to the file, FILE.LST. 
  381.  
  382.     In the same manner, you  could enter the following command  and send 
  383.     the contents of FILE.LST to your printer, like so: "TYPE FILE.LST  > 
  384.     LPT1" 
  385.  
  386.     The ">" symbol stands for  redirection of output to another  device. 
  387.     Broken down simply, the following command is saying: 
  388.  
  389.                     DIR            >       FILE.LST 
  390.           (send output of this)  (TO)   (This device, which is a file) 
  391.  
  392.     By the same token, you can also redirect "input" to a DOS command or 
  393.     a program like SORT  by using the "<"  symbol.  Here is an  example: 
  394.     "SORT  <  FILE.LST"  This  command  would  take  the  information in 
  395.     FILE.LST  and  "redirect"  it  into  SORT.   For more information on 
  396.     redirection, you  may want  to consult  a DOS  manual or  other such 
  397.     reference. 
  398.  
  399.  
  400.  
  401.  
  402.  
  403.  
  404.  
  405.  
  406.  
  407.  
  408.  
  409.  
  410.  
  411.  
  412.  
  413.  
  414.  
  415.  
  416.  
  417.  
  418.  
  419. Page  5                                                    LIST  User's Guide 
  420. Definition of DOS terms 
  421. ______________________________________________________________________________
  422.  
  423.  
  424.  
  425. DOS Filters 
  426.  
  427.     FILTERS are  commands, or  programs, that  read data  from an  input 
  428.     device, and  then rearranges  or "filters"  the data  before it then 
  429.     outputs the  filtered information  to an  output device.   DOS comes 
  430.     with several "filters", one of which is SORT.  The following command 
  431.     would sort the file in alphabetical order. 
  432.  
  433.                                 SORT < FILE.LST 
  434.  
  435.     You are redirecting the file,  FILE.LST through the SORT filter  and 
  436.     it is rearranging the file.  Taking what you know about  redirection 
  437.     and  filters,  you  could  now  send  your  alphabetical list to yet 
  438.     another  file  by  entering:  SORT  <  FILE.LIST  > ALPHA.LST, which 
  439.     redirects FILE.LST into the SORT "filter" and then redirects the new 
  440.     output  to  the  file  ALPHA.LST.   LIST  also has some very helpful 
  441.     "filters" built  right into  it and  we'll discuss  these later  on. 
  442.     Simply keep in mind that when  you use a "filter" it will  rearrange 
  443.     or alter the  information into a  form that is  more presentable, or 
  444.     useful, to you. 
  445.  
  446.  
  447.  
  448.  
  449.  
  450.  
  451.  
  452.  
  453.  
  454.  
  455.  
  456.  
  457.  
  458.  
  459.  
  460.  
  461.  
  462.  
  463.  
  464.  
  465.  
  466.  
  467.  
  468.  
  469.  
  470.  
  471.  
  472.  
  473. LIST  User's Guide                                                    Page  6 
  474. Definition of DOS terms 
  475. ______________________________________________________________________________
  476.  
  477.  
  478.  
  479. DOS Pipes 
  480.  
  481.     Pipes are  quite similar,  in some  ways, to  redirection.  They are 
  482.     "connections" between two programs or two commands or a command  and 
  483.     a program.   Pipes take  data that  is output  from one  program and 
  484.     redirect it as input to a second program.  The DOS symbol for a pipe 
  485.     is the vertical bar "|".  To redirect the output from one program or 
  486.     command to another, you simply type the first command followed by  a 
  487.     vertical bar and  then followed by  the second command.   Here is an 
  488.     example of piping. 
  489.  
  490.                                 DIR | FIND "-88" 
  491.  
  492.     This command tells DOS to send the output of the DIR command,  which 
  493.     you would normally see on the  screen, and send it through the  FIND 
  494.     filter.  FIND  would be  searching each  line for  the string "-88". 
  495.     Only the files in the current directory that have a 1988 date  stamp 
  496.     would be displayed on the screen!  You can use more than one  "pipe" 
  497.     in a command.  Take this final example: 
  498.  
  499.                        DIR | FIND "-88" | SORT/+14 > PRN 
  500.  
  501.     A "pipe" takes the  output of the DIR  command and converts it  into 
  502.     input for the FIND  filter.  Then, a second  "pipe" is used to  send 
  503.     the output from FIND as input  to the SORT filter.  As a  last step, 
  504.     output from  SORT is  redirected to  the printer!   What would  this 
  505.     command do??   It would  take the  DIR of  the current directory and 
  506.     pipe it through the FIND filter, looking for files created in  1988. 
  507.     Then the next pipe would SORT that information, sorting the files by 
  508.     SIZE (the 14th column of each line) and then send the output to  the 
  509.     printer.  For  more information  on PIPES,  consult a  DOS manual or 
  510.     other reference. 
  511.  
  512.     Now that you have  a basic understanding of  redirection, filtering, 
  513.     and piping, we will go on to discuss the command line of LIST. 
  514.  
  515.  
  516.  
  517.  
  518.  
  519.  
  520.  
  521.  
  522.  
  523.  
  524.  
  525.  
  526.  
  527. Page  7                                                    LIST  User's Guide 
  528. Command line 
  529. ______________________________________________________________________________
  530.  
  531.  
  532.  
  533. Command line syntax 
  534.  
  535.     The command line format is: 
  536.  
  537.  
  538.         LIST [filespec...filespec] [/switches] 
  539.  
  540.  
  541.     You may supply  one or more  file specifications (filespecs).   LIST 
  542.     will display  each file  which has  a filename  matching one  of the 
  543.     filespecs.  If you  do not supply  one, LIST will  prompt you for  a 
  544.     filespec, or present you with a file selection menu. 
  545.  
  546.  
  547.  
  548. Command line switches 
  549.         /?      displays LIST usage information 
  550.  
  551.         /B      tells LIST to use the BIOS for displaying data 
  552.                 instead of using direct screen writes 
  553.  
  554.         /D      forces display of the File Selection menu for the 
  555.                 specified files, e.g. *.TXT for a menu display of 
  556.                 only files with an extension of TXT 
  557.  
  558.         /E      tells LIST to begin displaying the files from the 
  559.                 end of each file instead of from the beginning 
  560.  
  561.         /K      disables the mouse; both /M and /K mouse options 
  562.                 are clonable 
  563.  
  564.         /Q      toggles sounding of beeps; the same as Alt-Q 
  565.  
  566.         /V      causes a verify operation to be performed after 
  567.                 any Copy or Move operation; the /V option defaults 
  568.                 to the value of the DOS VERIFY setting 
  569.  
  570.         /4      places LIST into 443 (or 50) line display mode; 
  571.                 this requires an EGA or BGA display adaptor 
  572.  
  573.         /S      indicates viewing a piped or redirected file 
  574.  
  575.         /J      sets Junk filter on 
  576.         /7      sets 7-bit display 
  577.         /8      sets 8-bit display 
  578.         /*      sets star filter on 
  579.  
  580.  
  581. LIST  User's Guide                                                    Page  8 
  582. Command line 
  583. ______________________________________________________________________________
  584.  
  585.         /W      sets Wrap on 
  586.         /H      sets Hex dump mode 
  587.         /L      sets pre-Loading on 
  588.  
  589.         /M      allows use of a mouse for moving the cursor 
  590.         /K      disables mouse for cursor positioning 
  591.  
  592.         /Ftext  begins a text search through all of the selected files 
  593.                 and is case insensitive 
  594.  
  595.         /Ttext  searches all files immediately for the 'text' and is 
  596.                 case sensitive; the /Ftext and /Ttext options MUST be 
  597.                 the last options on the command line; both cannot be 
  598.                 used at one time 
  599.  
  600.         /#nnnn  begins displaying the file at record 'nnnnnn' 
  601.  
  602.     The command line switch character is normally a slash, "/", but LIST 
  603.     will use whatever  character that is  defined to DOS  as the command 
  604.     line switch character, e.g. a  dash, "-".  Depending on your  needs, 
  605.     you could load LIST using  any of these command line  switches, such 
  606.     as: 
  607.  
  608.                LIST MYFILE.TXT /W   which would set Word Wrap ON. 
  609.  
  610.                LIST MYFILE.TXT /J   which turns on the JUNK filter 
  611.  
  612.     The L, W, M, S and /J command line switches may be used to disable 
  613.     the corresponding option by adding a minus symbol to them. For 
  614.     example,  /-W  or  /W-  will set wrap off. 
  615.  
  616.     The B, D and Q switches are toggles.  That is, specifying them 
  617.     reverses the default, or cloned, setting. 
  618.  
  619.  
  620.  
  621.  
  622.  
  623.  
  624.  
  625.  
  626.  
  627.  
  628.  
  629.  
  630.  
  631.  
  632.  
  633.  
  634.  
  635. Page  9                                                    LIST  User's Guide 
  636. How to use LIST 
  637. ______________________________________________________________________________
  638.  
  639. Starting LIST 
  640.  
  641.     To  start  LIST,  you  type  the  command  LIST,  at the DOS prompt, 
  642.     followed by  the name(s)  of the  files that  you want  to see.  For 
  643.     example: 
  644.  
  645.           C:>LIST CONFIG.SYS        (displays file CONFIG.SYS) 
  646.  
  647.           C:>LIST *.DOC    (displays all DOC files in current directory) 
  648.  
  649.     The "filename" is optional.  If  omitted, LIST PLUS will bring  up a 
  650.     display of ALL  files and subdirectories  in the current  directory. 
  651.     You may use  the cursor keys  to highlight the  file that you  would 
  652.     like to work  on and press  ENTER.  Or, you  may highlight any  sub- 
  653.     directory entry and press ENTER to change to that subdirectory. 
  654.  
  655.     You  may  also  use  LIST  to  display piped or redirected files.  A 
  656.     discussion of redirection, piping, and filtering is at the beginning 
  657.     of this manual. 
  658.  
  659.     To display a redirected file, use a < (less than symbol) before  the 
  660.     name of the file that was redirected and add the /S parameter to the 
  661.     LIST command. 
  662.  
  663.     For example, the output of the DIR command can be written to a  file 
  664.     called XYZ, and then LIST can be instructed to read that file. 
  665.  
  666.                 dir a: >xyz 
  667.                 list <xyz /s 
  668.  
  669.     To see a piped file, omit the filename, but supply the /S. 
  670.  
  671.                 dir a: | list /s 
  672.  
  673.     Or, to LIST a file within an ARC archive: 
  674.  
  675.                 ARC /p arcname.arc filename.ext | list /s 
  676.                                 - or - 
  677.                 ARCE arcname filename.ext /p | list /S 
  678.  
  679.     Here,  the  ARC   or  ARCE  program   is  invoked  to   extract  the 
  680.     'filename.ext' file.   The /P  switch for  these programs  sends the 
  681.     output to the  standard output device,  and this output  is piped to 
  682.     LIST.  Once the  file is  displayed on your screen,  you may use the 
  683.     cursor positioning  keys to  move around  and see different parts of 
  684.     the file.  There are  also commands to search for text, print, split 
  685.     the screen, display  other  files,  change  colors,  change  the way 
  686.     the data is displayed, and many other operations. 
  687.  
  688.  
  689. LIST  User's Guide                                                    Page  10 
  690. How to use LIST 
  691. ______________________________________________________________________________
  692.  
  693. Exiting LIST 
  694.  
  695.  
  696.     There are several ways  to exit LIST depending  on how you want  the 
  697.     screen to look. 
  698.  
  699.     The F10 command returns you to DOS with the DOS prompt on the bottom 
  700.     line.  The  last page  that was  displayed by  LIST is  left on  the 
  701.     screen. 
  702.  
  703.     The ESCape key also returns you to DOS without changing the  screen. 
  704.     In LIST PLUS, the ESCape key is also used to cancel an operation, or 
  705.     to exit file selection menu. 
  706.  
  707.     The X command  returns you to  DOS and clears  the screen.  The  DOS 
  708.     prompt is on the top line of the screen. 
  709.  
  710.     The Alt-X command uses the screen saving feature.  It returns you to 
  711.     DOS and displays the screen that you had before LIST was run. 
  712.  
  713.  
  714.   Entering Commands 
  715.  
  716.     You enter  commands by  pressing a  single key,  or a combination of 
  717.     keys.  There  are often  several ways  to perform  the same function 
  718.     with different keys.  For example, D and PgDn both perform a  scroll 
  719.     down one page function.   This lets you pick  the keys that you  are 
  720.     most accustomed to. 
  721.  
  722.     When  you  press  keys,  they  are  entered  into a keyboard buffer. 
  723.     Holding down a key can put many copies of that key into the  buffer. 
  724.     This means that when you let up  on a key, the program can still  be 
  725.     processing input from the keyboard buffer.  For example, by  holding 
  726.     down the PgDn key, LIST scrolls down one page for each time the PgDn 
  727.     key is placed in the keyboard  buffer.  When you let up on  the key, 
  728.     the buffer may not yet be empty and LIST will continue to page down. 
  729.     To make  LIST stop  when you  let up  on a  key, you  use the  Alt-K 
  730.     key-ahead toggle. 
  731.  
  732.     Keyboard enhancement utilities,  such as PCED,  may also change  the 
  733.     way that LIST reads the keyboard.  With PCED, for example,  pressing 
  734.     the ESCape key at a prompt is different.  You do not see the /  that 
  735.     DOS normally sends when you cancel an input line. 
  736.  
  737.  
  738.  
  739.  
  740.  
  741.  
  742.  
  743. Page  11                                                    LIST  User's Guide 
  744. How to use LIST 
  745. ______________________________________________________________________________
  746.  
  747. Display Format 
  748.  
  749.     The monitor  display is  defined in  terms of  lines and columns.  A 
  750.     typical  monitor  can  display  25  lines  of 80 columns each.  LIST 
  751.     attempts to use the number of lines and columns for the monitor mode 
  752.     in use.  For  example, if the  monitor is in  132 column mode,  LIST 
  753.     displays 132 characters per line.   If the monitor is set  for other 
  754.     than 25 lines, such as 35, 43, or 50 lines, LIST displays that  many 
  755.     lines per screen. 
  756.  
  757.     If  you  use  the  Alt-E  command  to  change EGA/VGA modes, the EGA 
  758.     palette,  cursor,  and  other  settings  are  set to the DOS default 
  759.     values.  LIST does not preserve fonts or palettes. 
  760.  
  761.     The top line of the display  is called the Status line.  The  bottom 
  762.     line is called the Command line.  The remaining lines are called the 
  763.     primary display window, and are usually lines two through 24. 
  764.  
  765.   Status Line Format 
  766.  
  767.     The Status line has two formats. The default format is: 
  768.  
  769. ┌──────────────────────────────────────────────────────────────────────┐ 
  770. │ LIST   lllll nnnnnnn +sss mm/dd/yy hh:mm  - filename                 │ 
  771. └──────────────────────────────────────────────────────────────────────┘ 
  772.         where, 
  773.  
  774.         'LIST'     is the name of this program 
  775.  
  776.         'lllllll'  is the line number of the first line in the primary 
  777.                    display window (under the status line) 
  778.  
  779.         'nnnnnnn'  is the line number of the last record of the file; 
  780.                    if the last record of the file has not been read, 
  781.                    this field shows the percentage of the file that 
  782.                    has been read 
  783.  
  784.         '+sss'     if displayed, this is the Scroll amount, in multiples 
  785.                    of 10, corresponding to the number of columns that 
  786.                    the display has been shifted to the right to view 
  787.                    records longer than 80 
  788.  
  789.         'mm/dd/yy' is the file's creation date (not today's date); or 
  790.         'dd-mm-yy' is the file's date in European format 
  791.  
  792.         'hh:mm'    is the file's creation time (not today's time) 
  793.  
  794.         'filename' is the name of the file you are currently viewing 
  795.  
  796.  
  797. LIST  User's Guide                                                    Page  12 
  798. How to use LIST 
  799. ______________________________________________________________________________
  800.  
  801. Display Format 
  802.  
  803.  
  804.     Note: The date  and time shown  on the top  line is NOT  the current 
  805.     date.  It is the date and time that the file was created. 
  806.  
  807.  
  808.  
  809.  
  810.  
  811.  
  812.  
  813.  
  814.  
  815.  
  816.  
  817.  
  818.  
  819.  
  820.  
  821.  
  822.  
  823.  
  824.  
  825.  
  826.  
  827.  
  828.  
  829.  
  830.  
  831.  
  832.  
  833.  
  834.  
  835.  
  836.  
  837.  
  838.  
  839.  
  840.  
  841.  
  842.  
  843.  
  844.  
  845.  
  846.  
  847.  
  848.  
  849.  
  850.  
  851. Page  13                                                    LIST  User's Guide 
  852. How to use LIST 
  853. ______________________________________________________________________________
  854.  
  855. Display Format 
  856.  
  857.  
  858.  
  859.     Use the Alt-Z command to change the Command Line to this format: 
  860. ┌──────────────────────────────────────────────────────────────────────┐ 
  861. │ LIST      70  2153  +20    09-02-89 18:12     LIST.DOC               │ 
  862. └──────────────────────────────────────────────────────────────────────┘ 
  863.  
  864.  
  865.  
  866.  
  867.     By using the Alt-R ruler toggle, the top status line becomes: 
  868.  
  869. ┬┬┬┬┼┬┬┬10┬┬┬┬┼┬┬┬20┬┬┬┬┼┬┬┬30┬┬┬┬┼┬┬┬40┬┬┬┬┼┬┬┬50┬┬┬┬┼┬┬┬60┬┬┬┬┼┬┬┬70┬┬ 
  870.  
  871.  
  872.  
  873.  
  874.  
  875. or, in Hex Dump (Alt-H) display mode: 
  876.  
  877. Offset: 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F ----- DATA ----- 
  878.  
  879.  
  880.  
  881.  
  882.  
  883.  
  884.  
  885.  
  886.  
  887.  
  888.  
  889.  
  890.  
  891.  
  892.  
  893.  
  894.  
  895.  
  896.  
  897.  
  898.  
  899.  
  900.  
  901.  
  902.  
  903.  
  904.  
  905. LIST  User's Guide                                                    Page  14 
  906. How to use LIST 
  907. ______________________________________________________________________________
  908.  
  909.   Command Line Format 
  910.  
  911.  
  912. The Command line has two formats.  The default format is: 
  913.  
  914. ┌──────────────────────────────────────────────────────────────────────┐ 
  915. │ Command                      Keys: ^v-><- PgUp PgDn F10=exit F1=Help │ 
  916. └──────────────────────────────────────────────────────────────────────┘ 
  917.  
  918. and the optional format after using the Alt-Z toggle is: 
  919.  
  920. ┌──────────────────────────────────────────────────────────────────────┐ 
  921. │ Command                       Toggles: h8kMpswTclJ  F10=exit F1=Help │ 
  922. └──────────────────────────────────────────────────────────────────────┘ 
  923.  
  924.         where, 
  925.  
  926.         'command' indicates the current process: 
  927.  
  928.           'Command '   function prompt; you are being asked to enter 
  929.                        a command; enter the letter, or press the keys 
  930.                        for the action to be performed 
  931.  
  932.           'Reading '   the file data is being read 
  933.           'Filter  '   the file data is being formatted for display 
  934.           'Looking '   the Scan/Find text is being searched for 
  935.  
  936.           'Scan    '   you are being asked to enter text to locate 
  937.           'Find    '   in the file, up to 31 characters may be entered 
  938.  
  939.           '# lines?'   you are being asked to enter a 1 to 5 digit 
  940.                        number that is the amount of lines to skip 
  941.  
  942.           'Line #? '   you are being asked to enter a 1 to 5 digit 
  943.                        line number to which the display is to be 
  944.                        positioned 
  945.  
  946.           'message' may be one of: 
  947.  
  948.           '*** Text not found ***' 
  949.            the Scan/Text was not found in the file 
  950.  
  951.           '   *** Top of file ***' 
  952.            the first line of the file is being displayed 
  953.  
  954.           '   *** End-of-file ***' 
  955.            the last line of the file is being displayed 
  956.  
  957.  
  958.  
  959. Page  15                                                    LIST  User's Guide 
  960. How to use LIST 
  961. ______________________________________________________________________________
  962.  
  963.   Command Line Format 
  964.  
  965.         Toggles: indicate status of toggles, lower case means OFF, upper 
  966.         case means the option is ON. 
  967.  
  968.         'H'       indicates that the hex Dump display option is in use 
  969.         'b'       the 'b' is replaced by a 7, 8, or * depending 
  970.                   on which of those options is in effect 
  971.         'K'       indicates that the Keyboard flush option is in use 
  972.         'M'       indicates that tests for monitor retrace are not made 
  973.         'P'       indicates that Print is in use 
  974.         'S'       indicates file sharing option is in use 
  975.         'W'       indicates that the Wrap mode is in effect 
  976.         'T'       indicates that TAB characters are expanded 
  977.         'C'       toggles continuous scrolling 
  978.         'L'       indicates that the pre-loading option is on 
  979.         'J'       indicates that line feeds are added to lone carriage 
  980.                   return control characters, and backspaces are handled 
  981.  
  982.         A sample Command Line might look like this, after looking for 
  983.         a word that was not found: 
  984.  
  985. ┌──────────────────────────────────────────────────────────────────────┐ 
  986. │ Command *** Text not found *** Toggles: h*kMpswTclJ  F10=exit F1=Help│ 
  987. └──────────────────────────────────────────────────────────────────────┘ 
  988.  
  989.  
  990.  
  991.  
  992.  
  993.  
  994.  
  995.  
  996.  
  997.  
  998.  
  999.  
  1000.  
  1001.  
  1002.  
  1003.  
  1004.  
  1005.  
  1006.  
  1007.  
  1008.  
  1009.  
  1010.  
  1011.  
  1012.  
  1013. LIST  User's Guide                                                    Page  16 
  1014. How to use LIST 
  1015. ______________________________________________________________________________
  1016.  
  1017. Scrolling 
  1018.  
  1019.  
  1020.     You view different parts of the file by scrolling.  That is, you use 
  1021.     the cursor  positioning keys  up, down,  left and  right to move the 
  1022.     display one  increment in  that direction.   For example,  press the 
  1023.     down  arrow  key  to  move  the  display  one line in the file, i.e. 
  1024.     display the next line in the file. 
  1025.  
  1026.  
  1027.     The PgDn and PgUp  cursor keys move the  display one full screen  in 
  1028.     either direction. 
  1029.  
  1030.  
  1031.     Rather than press the up and  down keys once for each line,  you may 
  1032.     use  continuous  scrolling.   Use  the  C  key  to toggle continuous 
  1033.     scrolling on or off.  The default is off.  When toggled on, pressing 
  1034.     the up or down arrow keys results in a moving display.  For example, 
  1035.     when  you  press  the  down  arrow,  the  next  line  of the file is 
  1036.     displayed automatically  every second,  or so.   It is  like holding 
  1037.     down the arrow key.  To stop the continuous scroll, press the  space 
  1038.     bar. 
  1039.  
  1040.  
  1041.     The speed of the continuous scroll can be adjusted by pressing the + 
  1042.     (plus) or - (minus) key while  the display is moving.  The plus  key 
  1043.     makes  the  display  move  faster,  and  the minus key makes it move 
  1044.     slower.  You can save the  speed value by using the  cloning command 
  1045.     (see Configuring LIST, Cloning, later on in this documentation.  The 
  1046.     speed is  independent of the computer speed and can be adjusted from 
  1047.     approximately 50 lines per minute to 1000 lines per minute. 
  1048.  
  1049.  
  1050.  
  1051.  
  1052.  
  1053.  
  1054.  
  1055.  
  1056.  
  1057.  
  1058.  
  1059.  
  1060.  
  1061.  
  1062.  
  1063.  
  1064.  
  1065.  
  1066.  
  1067. Page  17                                                    LIST  User's Guide 
  1068. How to use LIST 
  1069. ______________________________________________________________________________
  1070.  
  1071. Scrolling 
  1072.  
  1073.  
  1074.         Summary of scrolling commands: 
  1075.  
  1076.  
  1077.             right arrow - move display right 10 columns 
  1078.             left arrow  - move display left 10 columns 
  1079.  
  1080.             down arrow  - display next line of file 
  1081.             up arrow    - display previous line of file 
  1082.  
  1083.             PgUp key    - display previous "page", 23 (or 41) lines back 
  1084.             PgDn key    - display next "page", 23 (or 41) lines ahead 
  1085.  
  1086.             C key       - turns continuous scrolling on or off 
  1087.  
  1088.             spacebar    - or any key, interrupts continuous scrolling 
  1089.  
  1090.             + (plus)    - makes continuous scroll incrementally faster 
  1091.             - (minus)   - makes continuous scroll slower 
  1092.  
  1093.  
  1094.  
  1095.  
  1096.  
  1097.  
  1098.  
  1099.  
  1100.  
  1101.  
  1102.  
  1103.  
  1104.  
  1105.  
  1106.  
  1107.  
  1108.  
  1109.  
  1110.  
  1111.  
  1112.  
  1113.  
  1114.  
  1115.  
  1116.  
  1117.  
  1118.  
  1119.  
  1120.  
  1121. LIST  User's Guide                                                    Page  18 
  1122. How to use LIST 
  1123. ______________________________________________________________________________
  1124.  
  1125. Positioning to Lines 
  1126.  
  1127.  
  1128.     Each displayable line  of the file  is assigned a  line number.  The 
  1129.     first line is  assigned line number  1.  The highest  allowable line 
  1130.     number is 16 million. 
  1131.  
  1132.     In order to  determine the last  line number of  a file, the  entire 
  1133.     file must be  read.  For this  reason, the first  time that the  END 
  1134.     (bottom) command is issued, it will take longer to process.  This is 
  1135.     not necessary if  the file has  been completely read  (see the Alt-L 
  1136.     preloading option). 
  1137.  
  1138.     If the Wrap option is in  effect, there is one line number  required 
  1139.     for each 80 bytes of the file's records.  Thus, the line number does 
  1140.     not represent the actual number of lines in the file. 
  1141.  
  1142.     If  the  hex  dump  option  is  in  effect, there is one line number 
  1143.     required for  each 16  bytes of  the file.   For example, an 80-byte 
  1144.     line will be displayed as 5 lines. 
  1145.  
  1146.     You may position to a  specific line number by using  the Ctrl-Home, 
  1147.     or the # key.  When Ctrl-Home  is entered, you are prompted for  the 
  1148.     line number.   Enter the  line number.   The display  will now begin 
  1149.     with that line number at the top of the screen. 
  1150.  
  1151.     To position  forward or  backward, you  may use  the +  (plus), or - 
  1152.     (minus) keys.  You are prompted to  enter the number of lines to  be 
  1153.     skipped.  The display  resumes at the  line number shown  on the top 
  1154.     (status) line, plus or minus the number of lines that you specified. 
  1155.  
  1156.     When you change  a filter option,  such as Wrap,  the line numbering 
  1157.     changes.  An attempt is made  to retain the same file  position, but 
  1158.     the file may be repositioned at the top. 
  1159.  
  1160.     You may also reposition to the last "active" line by using the Alt-Y 
  1161.     bookmark command.   The last  active line  is one  displayed after a 
  1162.     Scan or Find command, or marked using the  Alt-M or  Alt-B commands, 
  1163.     or the line set by the Ctrl-Y bookmark command.  Up to ten book mark 
  1164.     lines may be saved by Ctrl-Y and recalled by Alt-Y 
  1165.  
  1166.  
  1167.  
  1168.  
  1169.  
  1170.  
  1171.  
  1172.  
  1173.  
  1174.  
  1175. Page  19                                                    LIST  User's Guide 
  1176. How to use LIST 
  1177. ______________________________________________________________________________
  1178.  
  1179. Positioning to Lines 
  1180.  
  1181.  
  1182.     Summary of positioning commands: 
  1183.  
  1184.  
  1185.         Ctrl-HOME, or #  - Prompts for exact line number to display 
  1186.  
  1187.         + (plus)         - Prompts for the number of lines to skip 
  1188.                            for positioning further ahead in the file 
  1189.  
  1190.         - (minus)        - Prompts for the number of lines to skip 
  1191.                            for positioning to an earlier line 
  1192.  
  1193.         Alt-Y            - Reposition to the last bookmark 
  1194.  
  1195.         Ctrl-Y           - Set new bookmark line number 
  1196.  
  1197.  
  1198.  
  1199.  
  1200.  
  1201.  
  1202.  
  1203.  
  1204.  
  1205.  
  1206.  
  1207.  
  1208.  
  1209.  
  1210.  
  1211.  
  1212.  
  1213.  
  1214.  
  1215.  
  1216.  
  1217.  
  1218.  
  1219.  
  1220.  
  1221.  
  1222.  
  1223.  
  1224.  
  1225.  
  1226.  
  1227.  
  1228.  
  1229. LIST  User's Guide                                                    Page  20 
  1230. How to use LIST 
  1231. ______________________________________________________________________________
  1232.  
  1233. Filtering 
  1234.  
  1235.  
  1236.     Filtering is the term used to describe the process that LIST uses to 
  1237.     format file data  for displaying on  a monitor.  After  data is read 
  1238.     from a file, it is  filtered.  The method of filtering  depends upon 
  1239.     the options in effect.   LIST is fastest with no filter options set. 
  1240.  
  1241.     For a typical  ASCII text file,  the filter removes  carriage return 
  1242.     and line feed characters, and expands TAB characters. 
  1243.  
  1244.     Because files  contain different  kinds of  data, there  are several 
  1245.     commands to  tell LIST  how to  display the  data.  The process that 
  1246.     LIST uses to make the  file data readable is called  filtering.  The 
  1247.     filters in LIST can: 
  1248.  
  1249.             o  replace non-text and control characters with blanks 
  1250.             o  expand TAB characters 
  1251.             o  display line drawing characters 
  1252.             o  change 8-bit (W*) data to readable 7-bit text ** 
  1253.             o  display the hexadecimal values for each character 
  1254.             o  remove "junk", such as control codes and backspaces 
  1255.  
  1256.            **  W* is an abbreviation for WordStar (tm) formatted files 
  1257.                which contain 'high-bit' characters. Using the '*' filter 
  1258.                makes these files easier to read. 
  1259.  
  1260.     LIST was designed primarily to display ASCII files;  that is,  files 
  1261.     which  contain  text,  and  not  binary  or  control  codes.    Text 
  1262.     characters, like A-Z and 0-9,  are in the 7-bit range.  Binary files 
  1263.     like .COM and .EXE files, contain the full range of 8-bit characters 
  1264.     and the  Alt-H (hex dump display)  command is available  for viewing 
  1265.     them. 
  1266.  
  1267.     Characters  above  127  (the  8-bit  range)  may  be  valid  graphic 
  1268.     characters, and may  be displayed if  the '8' command  is in effect. 
  1269.     To insure that characters above  ASCII value 127 are NOT  displayed, 
  1270.     use the '7' command to limit the display to characters in the  7-bit 
  1271.     range. 
  1272.  
  1273.  
  1274.  
  1275.  
  1276.  
  1277.  
  1278.  
  1279.  
  1280.  
  1281.  
  1282.  
  1283. Page  21                                                    LIST  User's Guide 
  1284. How to use LIST 
  1285. ______________________________________________________________________________
  1286.  
  1287. Filtering 
  1288.  
  1289.  
  1290.   Wrap Filter 
  1291.  
  1292.     The file is displayed with one logical record on each display  line: 
  1293.     usually 80 characters.  A logical record ends in a linefeed and  may 
  1294.     be up to 2048 characters long.   If a record  exceeds 80 characters, 
  1295.     you may view the portion beyond  the 80 columns by using the  scroll 
  1296.     right command, or by using  the Wrap feature.  The Wrap  (W) command 
  1297.     toggles ON or OFF the  wrapping of lines longer than  80 characters. 
  1298.     With Wrap on, lines are  displayed in their entirety, 80  characters 
  1299.     per  display  line.   The  scroll  left  (arrow)  and  right (arrow) 
  1300.     functions are disabled when Wrap is ON. 
  1301.  
  1302.  
  1303.   Hi-bit Filter 
  1304.  
  1305.     The 7,  8, and  * (asterisk)  commands determine  whether characters 
  1306.     above  ASCII-127  are  displayed.   If  the  hi-bit option is off (7 
  1307.     command), the filter strips the high order bit from each  character. 
  1308.     If the hi-bit  option is on  (8 command), all  characters, including 
  1309.     graphic characters above ASCII-127, are displayed. 
  1310.  
  1311.  
  1312.   Star Filter 
  1313.  
  1314.     The  star  (*  or  asterisk)  command displays only ASCII characters 
  1315.     below 128 (x'80'), but treats the special characters x'8A' and x'8D' 
  1316.     as  line-feed  and  carriage-return  control  characters.  Any other 
  1317.     characters above 127 are treated as spaces, and control codes  below 
  1318.     ASCII-26 are replaced by blanks. 
  1319.  
  1320.  
  1321.   Junk Filter 
  1322.  
  1323.     The  Alt-J  command  toggles  the  "junk"  filter which insures that 
  1324.     carriage  returns  in  the  file  also  result in a new line.  Also, 
  1325.     backspace  characters  result  in  "backing  up"  the display by one 
  1326.     position.   This   allows  more   readability  of   files  that  use 
  1327.     backspacing to emphasize, or over-write, characters. 
  1328.  
  1329.  
  1330.  
  1331.  
  1332.  
  1333.  
  1334.  
  1335.  
  1336.  
  1337. LIST  User's Guide                                                    Page  22 
  1338. How to use LIST 
  1339. ______________________________________________________________________________
  1340.  
  1341. Filtering 
  1342.  
  1343.  
  1344.   Hex Format Filter 
  1345.  
  1346.     The hex  dump option  (Alt-H) causes  the filtering  to reformat the 
  1347.     file data into a DEBUG-like  display format.  The largest file  that 
  1348.     can be displayed in Hex is 4 million bytes. 
  1349.  
  1350.     An attempt is made to  retain the file position when  switching from 
  1351.     normal to  hex-dump display,  but due  to filtering  changing record 
  1352.     lengths, the hex display may begin before the current record. 
  1353.  
  1354.   Tab expansion filter 
  1355.  
  1356.     The tab expansion option (Alt-T) cause LIST to insert spaces into a 
  1357.     a line.  The default tab expansion interval is eight spaces resulting 
  1358.     in placing non-blank data in columns 1, 9, 17, 25, etc.  The Ctrl-I 
  1359.     command can be used to change the tab interval from 1 to 99. 
  1360.  
  1361.     Summary of filtering commands: 
  1362.  
  1363.         8       show all characters as-is 
  1364.         7       strip the hi-bit from each character 
  1365.         *       use the star filter to remove control characters 
  1366.                 and some special word processor characters 
  1367.  
  1368.         Alt-J   use the "junk" filter 
  1369.         Alt-H   use the "hex" filter to display in hex dump format 
  1370.         Alt-T   expand TAB control characters 
  1371.         Alt-W   wrap long lines to fit on screen 
  1372.  
  1373.         Ctrl-I  define TAB interval 
  1374.  
  1375.  
  1376.  
  1377.  
  1378.  
  1379.  
  1380.  
  1381.  
  1382.  
  1383.  
  1384.  
  1385.  
  1386.  
  1387.  
  1388.  
  1389.  
  1390.  
  1391. Page  23                                                    LIST  User's Guide 
  1392. How to use LIST 
  1393. ______________________________________________________________________________
  1394.  
  1395. Scanning for text 
  1396.  
  1397.  
  1398.     There are three ways  to initiate a search  for text.  First is  the 
  1399.     Find (\ or F) command.  Use this command to search for text  without 
  1400.     regard to the case (upper or  lower) of the letters.  Second is  the 
  1401.     Scan (/ or S) command.  Use  this command to search an exact  match. 
  1402.     That is, the search is case-sensitive. 
  1403.  
  1404.     The third way to initiate a  search for text is with the  /F command 
  1405.     line switch.  With it, you supply  the text to search for, and  LIST 
  1406.     begins the search before displaying the file, and before asking  for 
  1407.     commands.  The search continues  through all selected files  until a 
  1408.     match is found, or the last file has been searched.  This search  is 
  1409.     case-insensitive. 
  1410.  
  1411.     Each search begins at  the line displayed on  the top of the  screen 
  1412.     and proceeds in a forward direction until the end of file.  You  may 
  1413.     start a search that goes backwards rather than forwards by using the 
  1414.     ` (left quote) key instead of Find (\), or by using ' (right  quote) 
  1415.     instead of Scan (/). 
  1416.  
  1417.     To enter the Scan search text, type a slash (/) followed by up to 31 
  1418.     characters.  The Scan  text is displayed  on the command  line.  The 
  1419.     Scan is  case-sensitive.   That is,  lower case  Scan text will only 
  1420.     match lower case file text. 
  1421.  
  1422.     While the program is searching for the text, the bottom display line 
  1423.     is changed to say "Looking".   Pressing ANY key while the  search is 
  1424.     in progress will terminate the search and display the message  'Text 
  1425.     not found' on the bottom line. 
  1426.  
  1427.     If the  text is  found, the  line containing  it is  displayed as  a 
  1428.     high-intensity line (bright color) in  the middle of the screen. The 
  1429.     search text is displayed in reverse video colors on the  highlighted 
  1430.     line.  The line where the  found text  is displayed  depends on  the 
  1431.     setting of the "Find Row" (see Configuration section). 
  1432.  
  1433.     The display is scrolled left or right, as needed, so that the  found 
  1434.     text is visible. 
  1435.  
  1436.     If the text is  NOT found, the command  line is changed to  say '*** 
  1437.     Text not found ***', and the rest of the display remains unchanged. 
  1438.  
  1439.     To  find  the  next  occurrence  of  the  same  text, use the A)gain 
  1440.     command, or press the  F3 key.  If you  wish to continue the  search 
  1441.     through all of the remaining files, use the Alt-A command.  To  find 
  1442.     the previous occurrence, press the F9 key. 
  1443.  
  1444.  
  1445. LIST  User's Guide                                                    Page  24 
  1446. How to use LIST 
  1447. ______________________________________________________________________________
  1448.  
  1449. Scanning for text 
  1450.  
  1451.     If the a keyboard enhancement  program, such as PCED, is  installed, 
  1452.     the up/down cursor  keys may be  used to recall  and edit previously 
  1453.     entered Scan/Find text. 
  1454.  
  1455.     In  a  shared  file  environment,  if  the  file changes while being 
  1456.     listed, the file position may become invalid.  Use the HOME  command 
  1457.     to  insure  proper  file  synchronization,  or  use the Alt-S (share 
  1458.     files) command again. 
  1459.  
  1460.  
  1461.  
  1462.     Summary of scanning commands: 
  1463.  
  1464.  
  1465.            / or S     Scan for text with exact match 
  1466.  
  1467.            v or '     Scan for text going backwards 
  1468.  
  1469.  
  1470.            \ or F     Find text with case-insensitive search 
  1471.  
  1472.            ^ or `     Find case-insensitive text going backwards 
  1473.  
  1474.  
  1475.            F3 or A    Find next occurrence of text 
  1476.  
  1477.            F9         Find previous occurrence of text 
  1478.  
  1479.  
  1480.  
  1481.            Alt-A      Scan for next occurrence of the text, and continue 
  1482.                       on to the next file until the text is found 
  1483.  
  1484.  
  1485.  
  1486.  
  1487.  
  1488.  
  1489.  
  1490.  
  1491.  
  1492.  
  1493.  
  1494.  
  1495.  
  1496.  
  1497.  
  1498.  
  1499. Page  25                                                    LIST  User's Guide 
  1500. How to use LIST 
  1501. ______________________________________________________________________________
  1502.  
  1503. Marking and Extracting Lines 
  1504.  
  1505.  
  1506.     There are two ways that lines can be extracted from a file: 
  1507.  
  1508.  
  1509.               o  with the P (print) and Alt-P (print marked) commands, 
  1510.               o  with the Alt-D (dump data) and Alt-O commands. 
  1511.  
  1512.  
  1513.     The  lines  to  be  extracted  are  either  the current lines on the 
  1514.     screen,  or  lines  that  you  have  marked with the Alt-M and Alt-B 
  1515.     commands,  or  a line found by the Find or Scan commands. 
  1516.  
  1517.  
  1518.     To mark  lines, you  use either  the Alt-M  or Alt-B  commands.  The 
  1519.     Alt-M command marks the top line on the screen, and Alt-B marks  the 
  1520.     bottom line on the screen.  You  can use either or both commands  to 
  1521.     mark the  starting and  ending lines  (in the  range of  lines to be 
  1522.     extracted).  The marked lines are displayed in reverse video. 
  1523.  
  1524.     After you have marked  a range of lines,  you use the Alt-P  (print) 
  1525.     command to print all of the marked lines.  Or, you can use the Alt-D 
  1526.     (dump  data)  command  to  write  those  lines to a file.  The Alt-D 
  1527.     command asks you for a file name.  If the file does not exist, a new 
  1528.     one is created.  If the file already exists, the extracted lines are 
  1529.     added (appended) to the file.  If no lines are marked, Alt-D  either 
  1530.     writes the current line (top line) or the highlighted line  that was 
  1531.     found by the Find or Scan commands. 
  1532.  
  1533.     For example, you would like to have LIST filter out all of the  junk 
  1534.     in a file, and then write a  new file.  To do this, you might  enter 
  1535.     the following sequence of commands: 
  1536.  
  1537.  
  1538.                 list TESTDATA           ... display your TESTDATA file 
  1539.                 Alt-J                   ... filters out the junk 
  1540.                 Alt-M                   ... marks line 1 (top line) 
  1541.                 END                     ... positions to end of file 
  1542.                 Alt-B                   ... marks the bottom line 
  1543.                                                      (last line) 
  1544.                 Alt-D                   ... dumps data to a file 
  1545.                 TESTDATE.NEW            ... you enter the new file name 
  1546.                 Alt-X                   ... quit and return to DOS 
  1547.  
  1548.  
  1549.     Once you have marked  a range of lines,  use of Alt-M or  Alt-B does 
  1550.     not reset the entire line range.  The first or last marked line  may 
  1551.     change,  but  both  do  not  change.   Using  Alt-M again expands or 
  1552.  
  1553. LIST  User's Guide                                                    Page  26 
  1554. How to use LIST 
  1555. ______________________________________________________________________________
  1556.  
  1557. Marking and Extracting Lines 
  1558.  
  1559.     contracts the range appropriately.  If the new line for  Alt-M/Alt-B 
  1560.     is before the top mark, the top  mark is moved.  If the new line  is 
  1561.     after the bottom mark, the bottom mark is changed.  If the new  line 
  1562.     is within  the currently  marked range,  Alt-M moves  the top mark - 
  1563.     contracts the range - and Alt-B moves the bottom mark. 
  1564.  
  1565.  
  1566.     If no lines are marked, but there is a "found" line on the screen as 
  1567.     the result of a search by Scan or Find, Alt-D  and Alt-O  will write 
  1568.     the found line to the file. 
  1569.  
  1570.  
  1571.     Use the Alt-U command to unmark lines, especially after Alt-D (dump) 
  1572.     to be sure. 
  1573.  
  1574.  
  1575.  
  1576.  
  1577.  
  1578.  
  1579.  
  1580.  
  1581.  
  1582.  
  1583.  
  1584.  
  1585.  
  1586.  
  1587.  
  1588.  
  1589.  
  1590.  
  1591.  
  1592.  
  1593.  
  1594.  
  1595.  
  1596.  
  1597.  
  1598.  
  1599.  
  1600.  
  1601.  
  1602.  
  1603.  
  1604.  
  1605.  
  1606.  
  1607. Page  27                                                    LIST  User's Guide 
  1608. How to use LIST 
  1609. ______________________________________________________________________________
  1610.  
  1611. Printing 
  1612.  
  1613.  
  1614.     The file may be PRINTed as it is displayed, in its entirety, or from 
  1615.     a range of lines that you  mark.  If the printer is not  online, you 
  1616.     will receive an error message, and nothing will be printed. 
  1617.  
  1618.  
  1619.     The P command  toggles the printer  on or off.   When first entered, 
  1620.     the P command causes the current screen to be printed.  As new lines 
  1621.     are displayed, they too are printed.  For example, pressing the down 
  1622.     arrow will display and print the next line of the file. 
  1623.  
  1624.  
  1625.     Printing may be  stopped by entering  another P command.   The PrtSc 
  1626.     key may also be used, but the title and prompt lines will be printed 
  1627.     with the lines of the file.  Empty lines cause a line to be  skipped 
  1628.     on the  printer.  The  capital letter  P is  displayed on the status 
  1629.     line while printing if the bottom line is set to show TOGGLES. 
  1630.  
  1631.  
  1632.     The Ctrl-P command prints the file in its entirety. 
  1633.  
  1634.  
  1635.     The Ctrl-F command  sends a form  feed to the  printer.  The printer 
  1636.     defaults to the LPT1 or PRN device. 
  1637.  
  1638.  
  1639.     The Alt-P command prints only lines that have been marked. 
  1640.  
  1641.  
  1642.  
  1643.  
  1644.  
  1645.  
  1646.  
  1647.  
  1648.  
  1649.  
  1650.  
  1651.  
  1652.  
  1653.  
  1654.  
  1655.  
  1656.  
  1657.  
  1658.  
  1659.  
  1660.  
  1661. LIST  User's Guide                                                    Page  28 
  1662. How to use LIST 
  1663. ______________________________________________________________________________
  1664.  
  1665. Displaying multiple files 
  1666.  
  1667.  
  1668.     You can display more than one  file at a time.  LIST keeps  track of 
  1669.     up to 32 files at a  time.  You supply the filenames in  the command 
  1670.     line,  through  the  Alt-F  (get  new filespec) command, through the 
  1671.     Alt-I  (insert  filespec)  command,  and  through  the  Alt-V   file 
  1672.     selection menu.  The  Alt-F  command is disabled whe viewing a piped 
  1673.     file. 
  1674.  
  1675.     You  can  specify  up  to  16  filespecs  on the command line.  Each 
  1676.     filespec can contain wildcards.  Thus, several files can be selected 
  1677.     via the command line.  For example, 
  1678.  
  1679.                           LIST *.DOC  *.TXT 
  1680.  
  1681.     will display all files with an extension of DOC and TXT. 
  1682.  
  1683.     To display the next file, you use the Q or Ctrl-PgDn command.   When 
  1684.     the last file has been displayed, you can exit LIST by using the  X, 
  1685.     F10, ESCape, or Alt-X commands, depending on how you want the screen 
  1686.     to look when LIST ends. 
  1687.  
  1688.     To display  the previous  file,  you use the Z or Ctrl-PgUp (control 
  1689.     and PgUp keys together).  The 1 command  restarts the  displaying of 
  1690.     files  with the first file.  LIST  can keep  track of up to 32 files 
  1691.     at one time.  The line number for each file is remembered. 
  1692.  
  1693.  
  1694.     The Alt-F asks you for a new  file name, and you may enter a  simple 
  1695.     file name, or  one that includes  wild cards.  These  new file names 
  1696.     are added to the table of filenames that LIST keeps.  Thus, you  can 
  1697.     use Alt-F for several different filenames, and use the Ctrl-PgDn and 
  1698.     Ctrl-PgUp commands to move among them. 
  1699.  
  1700.     The Alt-I command  allows you to  select a filespec  that is in  the 
  1701.     file you are  viewing.  You position  the cursor to  the filespec on 
  1702.     the  screen,  and  press  enter  to  add  it to the list of files to 
  1703.     display. 
  1704.  
  1705.     The Alt-V command displays a list of file in the current  directory. 
  1706.     You move the cursor  to a file that  you want to display,  and press 
  1707.     enter to add that file to the list. 
  1708.  
  1709.  
  1710.  
  1711.  
  1712.  
  1713.  
  1714.  
  1715. Page  29                                                    LIST  User's Guide 
  1716. How to use LIST 
  1717. ______________________________________________________________________________
  1718.  
  1719. Displaying multiple files 
  1720.  
  1721.  
  1722.     Summary of file review commands: 
  1723.  
  1724.         Q               - display next file, if any 
  1725.         Z               - display previous file 
  1726.         1               - display first selected file 
  1727.  
  1728.         Ctrl-PgUp       - display previous file 
  1729.  
  1730.         Ctrl-PgDn       - display next file 
  1731.  
  1732.         1               - restart displaying with first file 
  1733.  
  1734.         Alt-F           - prompt for new filename or filespec to display 
  1735.  
  1736.         Alt-I           - insert a filespec that is displayed 
  1737.  
  1738.         Alt-V           - select a file from a menu 
  1739.  
  1740.  
  1741.  
  1742.  
  1743.  
  1744.  
  1745.  
  1746.  
  1747.  
  1748.  
  1749.  
  1750.  
  1751.  
  1752.  
  1753.  
  1754.  
  1755.  
  1756.  
  1757.  
  1758.  
  1759.  
  1760.  
  1761.  
  1762.  
  1763.  
  1764.  
  1765.  
  1766.  
  1767.  
  1768.  
  1769. LIST  User's Guide                                                    Page  30 
  1770. How to use LIST 
  1771. ______________________________________________________________________________
  1772.  
  1773. Windows 
  1774.  
  1775.  
  1776.     LIST can  display data  in one  or two  parts of  the screen  called 
  1777.     windows.   The  Alt-W  command  toggles  this  split  screen   mode. 
  1778.     Entering Alt-W while the screen  is split restores the display  to a 
  1779.     single, full sized display. 
  1780.  
  1781.  
  1782.     In the regular version, the screen is split in the middle.  The  top 
  1783.     half of the screen remains the same, and the bottom half becomes the 
  1784.     part of the screen where files are displayed.  Thus, the top  window 
  1785.     becomes a scratch pad. 
  1786.  
  1787.  
  1788.     In the LIST PLUS version, you are allowed to split the screen at any 
  1789.     point.  After entering Alt-W, you  are asked to position the  cursor 
  1790.     to the spot where the screen  will be split.  By placing the  cursor 
  1791.     in column 1, you can adjust how  many lines will be used by the  top 
  1792.     and bottom windows.  This would  be a vertical, or one  window above 
  1793.     the other, split. 
  1794.  
  1795.     By positioning the cursor to the top line with the HOME key, you can 
  1796.     then use the left  and right arrow keys  to adjust how wide  each of 
  1797.     the windows is to be.   This would be a horizontal,  or side-by-side 
  1798.     split. 
  1799.  
  1800.     You may display  a different file  in each window,  and move between 
  1801.     them.  You use the Ctrl-V command  to switch from one window to  the 
  1802.     other.  You may also use the Review commands to display a  different 
  1803.     file in the second window.   The Ctrl-V command has no effect unless 
  1804.     you are  viewing two  or more  files, i.e. a different  file in each 
  1805.     window. 
  1806.  
  1807.     Each window uses different colors.   You can use the color  commands 
  1808.     to set the colors that you  like, and then use the Alt-C  command to 
  1809.     save them. 
  1810.  
  1811.  
  1812.  
  1813.  
  1814.  
  1815.  
  1816.  
  1817.  
  1818.  
  1819.  
  1820.  
  1821.  
  1822.  
  1823. Page  31                                                    LIST  User's Guide 
  1824. How to use LIST 
  1825. ______________________________________________________________________________
  1826.  
  1827. Telephone dialer 
  1828.  
  1829.  
  1830.     LIST has a simple telephone dialer function.  It allows you to point 
  1831.     to a telephone number that is  displayed on the screen, and to  send 
  1832.     dialing commands to your modem on COM1. 
  1833.  
  1834.  
  1835.     You use the  Ctrl-T command to  start the dialer.   You position the 
  1836.     cursor, with the arrow  keys, to the start  of the phone number  and 
  1837.     press enter.  The phone number  may contain any character, but  must 
  1838.     end with a blank.  If a  highlighted line is displayed on the screen 
  1839.     as a result of Find or Scan, the cursor is  initially placed  at the 
  1840.     found text. 
  1841.  
  1842.     If the phone rings, you may pick up your telephone.  Otherwise,  you 
  1843.     may press <enter> to return to viewing the file, <spacebar> to  dial 
  1844.     the number again, or ESCape to hang up and stop dialing. 
  1845.  
  1846.  
  1847.     The Ctrl-H command hangs up the telephone. 
  1848.  
  1849.  
  1850.     If you are using a communications  port other than  COM1:,  see  the 
  1851.     file DIALER.PAT for  information on  changing LIST  to use  COM2: or 
  1852.     another COM port. 
  1853.  
  1854.  
  1855.  
  1856.  
  1857.  
  1858.  
  1859.  
  1860.  
  1861.  
  1862.  
  1863.  
  1864.  
  1865.  
  1866.  
  1867.  
  1868.  
  1869.  
  1870.  
  1871.  
  1872.  
  1873.  
  1874.  
  1875.  
  1876.  
  1877. LIST  User's Guide                                                    Page  32 
  1878. DOS considerations 
  1879. ______________________________________________________________________________
  1880.  
  1881.  
  1882. File Sharing 
  1883.  
  1884.     LIST uses two techniques for allowing you to share files with  other 
  1885.     processes, such as programs running under multi-tasking systems,  in 
  1886.     other windows, or on networks. 
  1887.  
  1888.     The first technique is called  "file closing" and is enabled  by the 
  1889.     Alt-S commands.  This forces LIST to close the viewed file unless it 
  1890.     needs to  read from  the file.   If enough  memory is available, the 
  1891.     entire file  may be  loaded once  and thus  leave the  file free for 
  1892.     exclusive access by other processes. 
  1893.  
  1894.     The second technique is called "file sharing".  It is a function  of 
  1895.     DOS and requires  DOS version 3.0  or later.  LIST  opens the viewed 
  1896.     files with a DENY NONE request.  This allows other processes to read 
  1897.     and write to the  file if they do  not request exclusive use  of the 
  1898.     file.  If a file  is not available to  LIST because it is  locked by 
  1899.     another process, you will receive the error message "File not found" 
  1900.     or "Access denied".  There is  no command to enable or  disable this 
  1901.     method of file sharing.  It is implicit with the use of DOS  version 
  1902.     3 and later. 
  1903.  
  1904.  
  1905.  
  1906. Invoking DOS Commands 
  1907.  
  1908.     If the "goto DOS" option is enabled, you may invoke DOS commands  by 
  1909.     using the Alt-G command.  LIST reserves about 60k of memory for  its 
  1910.     own use.  This increases LIST's memory requirements to approximately 
  1911.     96k when using Alt-G.  The remaining memory is available to the  DOS 
  1912.     commands.  Alt-G  clears  the  screen and  invokes  the  DOS command 
  1913.     processor. 
  1914.  
  1915.     After you  have finished  entering DOS  commands, use  the DOS  EXIT 
  1916.     command to return to LIST. 
  1917.  
  1918.     To disable the "goto DOS" function, you must use DEBUG to alter  the 
  1919.     option  byte  described  in  the  section  about  cloning.   With it 
  1920.     disabled, LIST requires less memory, about 66K. 
  1921.  
  1922.  
  1923.  
  1924.  
  1925.  
  1926.  
  1927.  
  1928.  
  1929.  
  1930.  
  1931. Page  33                                                    LIST  User's Guide 
  1932. DOS considerations 
  1933. ______________________________________________________________________________
  1934.  
  1935.  
  1936.  
  1937. Screen Saving 
  1938.  
  1939.     If the screen saving option  is enabled, LIST saves the  contents of 
  1940.     the current  display screen  when it  starts.  You  can restore  the 
  1941.     original screen by exiting LIST with the Alt-X command. 
  1942.  
  1943.     Screen  saving  requires  approximately  10k  more  memory.  This is 
  1944.     sufficient to save  60 lines of  80 characters (EGA  8x6 mode).  See 
  1945.     the section about Configuring LIST and cloning for information about 
  1946.     enabling and disabling the screen saving feature. 
  1947.  
  1948.     The  Alt-N command toggles the screen saving feature.  Its status is 
  1949.     not displayed on the bottom Line.  The small version is the only one 
  1950.     which defaults to disabling screen saving. 
  1951.  
  1952.  
  1953.  
  1954.  
  1955.  
  1956.  
  1957.  
  1958.  
  1959.  
  1960.  
  1961.  
  1962.  
  1963.  
  1964.  
  1965.  
  1966.  
  1967.  
  1968.  
  1969.  
  1970.  
  1971.  
  1972.  
  1973.  
  1974.  
  1975.  
  1976.  
  1977.  
  1978.  
  1979.  
  1980.  
  1981.  
  1982.  
  1983.  
  1984.  
  1985. LIST  User's Guide                                                    Page  34 
  1986. File Selection Menu 
  1987. ______________________________________________________________________________
  1988.  
  1989. LIST PLUS Display 
  1990.  
  1991.  
  1992.     LIST PLUS has several new functions that greatly enhance the  things 
  1993.     that you can do.  If you load the file  LIST.COM (LIST PLUS) with no 
  1994.     file specification, you would see something like this: 
  1995.  
  1996.  
  1997. ┌──────────────────────────────────────────────────────────────────────┐ 
  1998. │ LIST - File Selection        1 of 40      Path: C:\*.*               │ 
  1999. └──────────────────────────────────────────────────────────────────────┘ 
  2000.  ^..         ░            ░ 
  2001.  vWPW        ░WPSMALL .DRS░ 
  2002.  vMAIN       ░            ░ 
  2003.  vWORK       ░            ░ 
  2004.  CONVERT .EXE░WPWSTAR .HLP░ 
  2005.  STANDARD.PRS░WP}WP{  .TV1░ 
  2006.  WP      .EXE░STORY   .DOC░ 
  2007.  WP      .FIL░FINDER  .LTR░ 
  2008.  WP      .MRS░            ░ 
  2009. ┌──────────────────────────────────────────────────────────────────────┐ 
  2010. │ List  Copy  Del Edit  Move  Path  Ren Sort Viewarc  1-6 up  F10=Exit │ 
  2011. └──────────────────────────────────────────────────────────────────────┘ 
  2012.  
  2013.  
  2014.     Note that the Command Line contains the following choices: 
  2015.  
  2016.        LIST, COPY, DEL, EDIT, MOVE, PATH, RENAME, VIEWARC, SORT, 1-6 up 
  2017.  
  2018.     Each of these commands may be executed from within LIST PLUS and are 
  2019.     described below. 
  2020.  
  2021.  
  2022.  
  2023.  
  2024.  
  2025.  
  2026.  
  2027.  
  2028.  
  2029.  
  2030.  
  2031.  
  2032.  
  2033.  
  2034.  
  2035.  
  2036.  
  2037.  
  2038.  
  2039. Page  35                                                    LIST  User's Guide 
  2040. File Selection Menu 
  2041. ______________________________________________________________________________
  2042.  
  2043. LIST PLUS Display 
  2044.  
  2045.  
  2046.  
  2047. Movement Keys 
  2048.  
  2049.     Use the arrow keys to move  the cursor to a filename.  The  filename 
  2050.     at  the  cursor  is  highlighted.   The  other  cursor  and filename 
  2051.     selection keys are: 
  2052.  
  2053.          PgDn            - displays the next page of files 
  2054.          PgUp            - displays the previous page of files 
  2055.  
  2056.          HOME            - positions to the first filename 
  2057.                            on the screen 
  2058.          END             - positions to the last filename 
  2059.                            on the screen 
  2060.  
  2061.          Ctrl-HOME       - positions to the first filename 
  2062.          Ctrl-END        - positions to the last filename 
  2063.  
  2064.          F1              - displays a Help screen 
  2065.          F10             - exits to DOS in new directory 
  2066.          ESCape          - exits to DOS in the original directory 
  2067.          Q               - returns to viewing the last file, or 
  2068.                            returns to the File Selection menu 
  2069.          X               - exits to DOS in the new directory, 
  2070.                            this is the directory in which LIST is 
  2071.                            currently operating 
  2072.          Alt-C           - save settings (clone LIST.COM) 
  2073.          Alt-X           - exits to DOS and displays the screen as 
  2074.                            it was before LIST was used 
  2075.          Alt-Z or /      - toggles bottom line display from a menu 
  2076.           or F3            command line to a statistics line: 
  2077.  
  2078.     To position quickly to a give filename, press the shift key and the 
  2079.     first letter of the filename at the same time. For example, to move 
  2080.     the cursor to the filename LIST.COM, press shift-L. 
  2081.  
  2082. ┌───────────────────────────────────────────────────────────────────────┐ 
  2083. │ Files: 59   Used: 2367312   Free 1616912  F3=Menu F1=Help F10=Exit │ 
  2084. └───────────────────────────────────────────────────────────────────────┘ 
  2085.  
  2086.  
  2087.  
  2088.  
  2089.  
  2090.  
  2091.  
  2092.  
  2093. LIST  User's Guide                                                    Page  36 
  2094. File Selection Menu 
  2095. ______________________________________________________________________________
  2096.  
  2097. LIST PLUS Display 
  2098.  
  2099.  
  2100. Changing Directories 
  2101.  
  2102.     Any subdirectories contained  in the current  directory will have  a 
  2103.     down arrow  next to  them.  If  you highlight  one of  these and hit 
  2104.     Enter you will go to that directory.  If the directory that you  are 
  2105.     in  is  a  subdirectory  itself,  there  will  be an up arrow .. and 
  2106.     selecting this will take you  up.  Thus, you can easily  move around 
  2107.     your hard disk from within LIST! 
  2108.  
  2109.  
  2110. List file 
  2111.  
  2112.     This invokes LIST just as  you would from DOS. Simply  highlight the 
  2113.     file that you wish to view, enter a carriage return, and you will be 
  2114.     in LIST looking  at the selected  file.  When you  are finished, you 
  2115.     may escape back to the original screen, with all of its options. 
  2116.  
  2117.     You may also open  a window and then,  using the Alt-V command,  get 
  2118.     another  file  directory  and  select  another  file to view.  Using 
  2119.     Alt-W, you can load more than two files. 
  2120.  
  2121.  
  2122. Copy file 
  2123.  
  2124.     This  function  allows  you  to  copy  the  selected  file  to a new 
  2125.     subdirectory.  Highlight the file you want to copy and press  ENTER. 
  2126.     You will be  prompted  for the  new  path to  which you want to copy 
  2127.     the selected file.  Enter  the path,  press ENTER,  and the  file is 
  2128.     copied to the directory you indicated. 
  2129.  
  2130.  
  2131. Delete file 
  2132.  
  2133.     Allows  you  to  delete  any  file  in  the current directory.  Just 
  2134.     highlight the file you want to delete and press D and ENTER. You will 
  2135.     then be prompted  to make sure  that you want  to delete this  file. 
  2136.     Enter Y if you do, and N if you do not. 
  2137.  
  2138.  
  2139. Edit file 
  2140.  
  2141.     Invokes the EDIT program for the selected file.  If you do not have 
  2142.     an editor called  EDIT,  create a batch file called EDIT.BAT  which 
  2143.     calls your editor with the parameters that you like. For example, 
  2144.  
  2145.                    peii %1 /pc:\pe2.pro /q 
  2146.  
  2147. Page  37                                                    LIST  User's Guide 
  2148. File Selection Menu 
  2149. ______________________________________________________________________________
  2150.  
  2151. LIST PLUS Display 
  2152.  
  2153.  
  2154. Invoke file 
  2155.  
  2156.     Executes the selected file if it has an extension of .BAT, .COM, or 
  2157.     .EXE.  LIST reserves about 80k of memory and leaves the rest for use 
  2158.     by the executed program. The I command is not listed on the menu. To 
  2159.     cancel the command, press enter at the "Options:" prompt. Otherwise, 
  2160.     supply at least one space for the program options. 
  2161.  
  2162.  
  2163. Move file 
  2164.  
  2165.     Move  any  file  in  the  current  directory to any other directory. 
  2166.     Select the file that you want to move by highlighting it and hitting 
  2167.     ENTER.  You will then  be prompted for a  new path.  Enter the  path 
  2168.     and the file is moved to it's new location. 
  2169.  
  2170.  
  2171. Path changing 
  2172.  
  2173.     This function allows  you to switch  to ANY other  directory on your 
  2174.     system without having to exit LIST!  Enter 'P' for Path, and type in 
  2175.     the full path of the directory that you would like to change to, for 
  2176.     example: C:\DNLD.  You will find yourself in the selected  directory 
  2177.     and still within LIST.  The "\" character may also be used to change 
  2178.     to another drive and/or directory. 
  2179.  
  2180.  
  2181. Rename 
  2182.  
  2183.     Using  this  function  you  can  rename  any  file  in  the  current 
  2184.     directory.  Highlight the  file that you  want to rename.   You will 
  2185.     then be prompted for  the new file name.   After you have entered  a 
  2186.     new file name,  you will be  prompted to make  sure that you  really 
  2187.     want to rename this file.  If so, then respond with a 'Y'; if you've 
  2188.     changed  your  mind,  just  answer  with  an  'N'  and  the renaming 
  2189.     procedure will be abandoned. 
  2190.  
  2191.  
  2192. Sort filenames 
  2193.  
  2194.     Allows you to sort the files in the current directory by file  name, 
  2195.     extension, date, or size.  Once you have completed the operation you 
  2196.     will find yourself back at the menu screen of LIST. The sort methods 
  2197.     include F (by filename), E (by extension), D (by date), S (by size), 
  2198.     and N (no sort).  You  may add a  minus sign  to the  sort method to 
  2199.     sort in descending, rather than ascending, order. 
  2200.  
  2201. LIST  User's Guide                                                    Page  38 
  2202. File Selection Menu 
  2203. ______________________________________________________________________________
  2204.  
  2205. LIST PLUS Display 
  2206.  
  2207.  
  2208. 1-9 up display 
  2209.  
  2210.     This function lets you set the display to anywhere from 1 to 9  file 
  2211.     names per line.   In subdirectories with  few numbers of  files, you 
  2212.     will begin to see not only file name, but file size, date, time, and 
  2213.     attributes as well.  You can customize this to suit your tastes. The 
  2214.     1-up display includes a display of the file attributes. These are: 
  2215.  
  2216.              A - archive bit is on, the file is unchanged 
  2217.              H - the file is hidden 
  2218.              R - the file is marked read-only 
  2219.              S - the file is a system file 
  2220.  
  2221.  
  2222. ViewArc 
  2223.  
  2224.     This function will let you  view the directory of an  archive (.ARC, 
  2225.     .ZIP, etc.) file, or self-extracting .COM and .EXE archive files. 
  2226.  
  2227.     After you have viewed the desired file's directory, press ESCape  to 
  2228.     return to the  file selection menu,  or use the  Alt-I (insert file) 
  2229.     command to display a file within the archive file. 
  2230.  
  2231.     The directory listing is written to a temporary file in  the current 
  2232.     directory and is called  FVFVFVFV.FV$.  You may  tell LIST  to place 
  2233.     the  temporary  file elsewhere  by setting  an  environment variable 
  2234.     called LIST.  For example, to place all ViewArc and  Alt-I extracted 
  2235.     temporary files on drive D in the subdirectory called TEMP,  use the 
  2236.     DOS SET command prior to invoking LIST: 
  2237.  
  2238.                      SET LIST=D:\TEMP 
  2239.  
  2240.             To view  archive directories,  the program  FV.COM is 
  2241.             required.  It must be located in a directory included 
  2242.             in your DOS PATH. 
  2243.  
  2244.  
  2245.             To display files within an ARChive file, the  program 
  2246.             ARCE.COM is required. It must be in your DOS PATH. For 
  2247.             ZIP files, the program PKUNZIP  must  be in your PATH. 
  2248.  
  2249.             Files with a .COM or .EXE extension are assumed to be 
  2250.             self-extracting LHARC (.LZH) files. 
  2251.  
  2252.  
  2253.  
  2254.  
  2255. Page  39                                                    LIST  User's Guide 
  2256. Command key summary 
  2257. ______________________________________________________________________________
  2258.  
  2259. Cursor keys 
  2260.  
  2261.  
  2262.         Cursor key      Function 
  2263.         -----------     ----------------------------------------------- 
  2264.  
  2265.         left arrow      scroll left 10 columns 
  2266.         right arrow     scroll right 10 columns 
  2267.  
  2268.         up arrow        up one (previous) line 
  2269.         down arrow      down one (next) line 
  2270.  
  2271.         Enter           continue to next page 
  2272.  
  2273.         END             position to end of file (bottom) 
  2274.  
  2275.         ESCape          Exit program unconditionally 
  2276.  
  2277.         HOME            restart from first line (top) 
  2278.  
  2279.         PgUp            scroll up one page, 23 lines 
  2280.         PgDn            scroll down one page, 23 lines 
  2281.  
  2282.  
  2283. F- function keys 
  2284.  
  2285.    Function key    Function 
  2286.    ------------    --------------------------------------------------- 
  2287.  
  2288.     F1             Displays the HELP screen 
  2289.  
  2290.     F3             Find NEXT occurrence of text after Scan or Find 
  2291.  
  2292.     F9             Find the PREVIOUS occurrence of text 
  2293.  
  2294.     F10            Exit to DOS 
  2295.  
  2296.     For changing display colors: 
  2297.  
  2298.     F2             Change background color for Find/Scan text 
  2299.     F4             Change foreground color for Find/Scan text 
  2300.  
  2301.     F5             Change background color for main body of display 
  2302.     F6             Change foreground color for main body of display 
  2303.  
  2304.     F7             Change background color for top and bottom lines 
  2305.     F8             Change foreground color for top and bottom lines 
  2306.  
  2307.  
  2308.  
  2309. LIST  User's Guide                                                    Page  40 
  2310. Command key summary 
  2311. ______________________________________________________________________________
  2312.  
  2313. Letter keys 
  2314.  
  2315.  
  2316.     The Letter key commands are  mnemonic.  That is, the letter  in some 
  2317.     way, indicates what the command does. 
  2318.  
  2319.         Letter(s)      Function 
  2320.         ---------     ----------------------------------------------- 
  2321.  
  2322.         A            Find next occurrence of 'text' (Again) 
  2323.  
  2324.         B            Skip to end of file (Bottom) 
  2325.  
  2326.         C            Toggles Continuous scrolling 
  2327.  
  2328.         D            Scroll Down one page 
  2329.  
  2330.         F            Find 'text' regardless of case 
  2331.  
  2332.         G            Get new filename/filespec (also Alt-F) 
  2333.  
  2334.         H            Display the Help screen. 
  2335.  
  2336.         K            Toggles keyboard key-ahead. 
  2337.  
  2338.         L            Scroll LEFT 10 columns 
  2339.  
  2340.         M            Toggles Monitor retrace testing to eliminate snow 
  2341.  
  2342.         N            Down one (Next) line 
  2343.  
  2344.         P            Toggles the printing of displayed lines. 
  2345.  
  2346.         Q            Quits current file and displays next file, if any 
  2347.  
  2348.         R            Scroll Right 10 columns. command,  the  'R' command 
  2349.  
  2350.         S            Scan for exact text match, case dependent 
  2351.  
  2352.         T            Restart from first line (Top) 
  2353.  
  2354.         U            Scroll Up one page (23 lines) 
  2355.  
  2356.         W            Toggles the Wrap option for displaying long lines 
  2357.  
  2358.         X            Terminate, clear screen and eXit to DOS 
  2359.  
  2360.         Z            Display the previous file. 
  2361.  
  2362.  
  2363. Page  41                                                    LIST  User's Guide 
  2364. Command key summary 
  2365. ______________________________________________________________________________
  2366.  
  2367. Letter keys 
  2368.  
  2369.         7            Toggles the 7-bit filter 
  2370.  
  2371.         8            Toggles the 8-bit filter 
  2372.  
  2373.         *            Toggles the star filter 
  2374.  
  2375.         +            Position a given number of lines forward 
  2376.  
  2377.         -            Position a given number of lines backward 
  2378.  
  2379.         ?            Displays the Help screen 
  2380.  
  2381.         space        Scrolls down one page 
  2382.  
  2383.         \text        Find any case 'text' going forward 
  2384.  
  2385.         /text        Scan exact case 'text' going forward 
  2386.  
  2387.         ` or ^       Find any case 'text' going backward 
  2388.  
  2389.         ' or v       Find exact case 'text' going backward 
  2390.  
  2391.  
  2392.  
  2393.  
  2394.  
  2395.  
  2396.  
  2397.  
  2398.  
  2399.  
  2400.  
  2401.  
  2402.  
  2403.  
  2404.  
  2405.  
  2406.  
  2407.  
  2408.  
  2409.  
  2410.  
  2411.  
  2412.  
  2413.  
  2414.  
  2415.  
  2416.  
  2417. LIST  User's Guide                                                    Page  42 
  2418. Command key summary 
  2419. ______________________________________________________________________________
  2420.  
  2421. Control- keys 
  2422.  
  2423.     The Ctrl- key commands are entered  by pressing the Ctrl key at  the 
  2424.     same time as you press one of the following letter keys: 
  2425.  
  2426.     Control key     Function 
  2427.     -----------     -------------------------------------------------- 
  2428.  
  2429.     Ctrl-HOME       Position to a specific line by number 
  2430.  
  2431.     Ctrl-PgDn       Display next file 
  2432.  
  2433.     Ctrl-PgUp       Display previous file 
  2434.  
  2435.     Ctrl-left       Reset display to column 1, i.e. scroll full left 
  2436.  
  2437.     Ctrl-right      Scroll full right (to the end of the current line) 
  2438.  
  2439.     Ctrl-A          Scroll full left 
  2440.  
  2441.     Ctrl-C          Display next page, scroll down 
  2442.  
  2443.     Ctrl-D          Scroll right 10 columns 
  2444.  
  2445.     Ctrl-E          Display previous line, scroll up 1 line 
  2446.  
  2447.     Ctrl-F          Send a formfeed control character to the printer 
  2448.  
  2449.     Ctrl-H    **    Hang up the telephone 
  2450.  
  2451.     Ctrl-N          Display previous file 
  2452.  
  2453.     Ctrl-P          Print the entire file 
  2454.  
  2455.     Ctrl-R          Display previous page, scroll up 
  2456.  
  2457.     Ctrl-S          Scroll left 10 columns 
  2458.  
  2459.     Ctrl-T    **    Dial a telephone number 
  2460.  
  2461.     Ctrl-U          Display previous file 
  2462.  
  2463.     Ctrl-V    **    Switch display windows 
  2464.  
  2465.     Ctrl-W          Display previous line, scroll up one line 
  2466.  
  2467.     Ctrl-Y    **    Save current line number as bookmark line for a-Y 
  2468.  
  2469.     Ctrl-X          Display next line, scroll down one line 
  2470.  
  2471. Page  43                                                    LIST  User's Guide 
  2472. Command key summary 
  2473. ______________________________________________________________________________
  2474.  
  2475. Alt- keys 
  2476.  
  2477.     The Alt- key  commands are entered  by pressing the  Alt key at  the 
  2478.     same time as you press one of the following letter keys: 
  2479.  
  2480.     Alt- letter      Function 
  2481.     -----------      --------------------------------------------------- 
  2482.  
  2483.      Alt-A           Search for next occurrence of text, continue to next 
  2484.                      file until found 
  2485.  
  2486.      Alt-B           Mark bottom line of display 
  2487.  
  2488.      Alt-C           Copy options and setting to LIST.COM 
  2489.  
  2490.      Alt-D           Write marked lines, or found line, to a file 
  2491.  
  2492.      Alt-E           Toggle 25 or 43/50 line display with EGA or VGA 
  2493.  
  2494.      Alt-F           Enter additional filenames to display 
  2495.  
  2496.      Alt-G           Goto DOS temporarily to enter DOS commands 
  2497.  
  2498.      Alt-I    **     Insert a filespec from the screen display 
  2499.  
  2500.      Alt-H           Toggle Hex display mode 
  2501.  
  2502.      Alt-J           Toggle the "junk" filter 
  2503.  
  2504.      Alt-L           Toggle preloading of files 
  2505.  
  2506.      Alt-M           Mark the line at the top of the display 
  2507.  
  2508.      Alt-N           Toggle the Alt-X screen saving feature 
  2509.  
  2510.      Alt-O           Write marked lines, or found line, to the same file 
  2511.                      used by Alt-D 
  2512.  
  2513.      Alt-R           Toggle the display of a ruler line on top line 
  2514.  
  2515.      Alt-S           Toggle the file Sharing option 
  2516.  
  2517.      Alt-T           Toggle the TAB control character filer 
  2518.  
  2519.      Alt-U           Unmark lines marked by Alt-M and Alt-B 
  2520.  
  2521.      Alt-V    **     Invoke the File Selection Menu 
  2522.  
  2523.      Alt-W           Toggle split screen 
  2524.  
  2525. LIST  User's Guide                                                    Page  44 
  2526. Command key summary 
  2527. ______________________________________________________________________________
  2528.  
  2529. Alt- keys 
  2530.  
  2531.  
  2532.      Alt-X           Exit  to DOS  and display  the original screen 
  2533.  
  2534.      Alt-Y           Reposition to the last "active" line (bookmark) 
  2535.  
  2536.      Alt-Z           Toggles the command line in the bottom line.  The 
  2537.                      default is to display the cursor key usage.   Using 
  2538.                      Alt-Z changes  the bottom  line to  show the option 
  2539.                      switches "Toggles:" settings. 
  2540.  
  2541.  
  2542.  
  2543.  
  2544.  
  2545.  
  2546.  
  2547.  
  2548.  
  2549.  
  2550.  
  2551.  
  2552.  
  2553.  
  2554.  
  2555.  
  2556.  
  2557.  
  2558.  
  2559.  
  2560.  
  2561.  
  2562.  
  2563.  
  2564.  
  2565.  
  2566.  
  2567.  
  2568.  
  2569.  
  2570.  
  2571.  
  2572.  
  2573.  
  2574.  
  2575.  
  2576.  
  2577.  
  2578.  
  2579. Page  45                                                    LIST  User's Guide 
  2580. Configuring LIST 
  2581. ______________________________________________________________________________
  2582.  
  2583. Screen Colors 
  2584.  
  2585.  
  2586.     The screen's lines may be in one of three different colors: 
  2587.  
  2588.                 o  the 'special' color for the top status line and the 
  2589.                    bottom command line 
  2590.                 o  the 'normal' color for the file's text windows 
  2591.                 o  the 'bright' color for lines with Find/Scan text, 
  2592.                    and for the upside-down question mark in 7-bit mode 
  2593.  
  2594.     There is a pair  of function keys assigned  to each color.  You  use 
  2595.     these  function  keys  at  any  time  to  change  the background and 
  2596.     foreground colors temporarily, or  use the Alt-C cloning  command to 
  2597.     make the colors permanent.  Alt-C requires that the LIST.COM program 
  2598.     file be on the current drive and in the current directory unless you 
  2599.     are using DOS version 3.3 or later.  With DOS 3.3, the program  file 
  2600.     may have any name and may reside in any subdirectory. 
  2601.  
  2602.     The border  is not  changed.  The  foreground color  applies to  the 
  2603.     color of the characters. 
  2604.  
  2605.     You may clone a  second set of text  colors for the second,  and any 
  2606.     other windows that you may create. 
  2607.  
  2608.     The color attributes may be changed by using these function keys: 
  2609.  
  2610.           For the main body of text: 
  2611.  
  2612.                 F5 - background color 
  2613.                 F6 - foreground color 
  2614.  
  2615.           For the top and bottom lines: 
  2616.  
  2617.                 F7 - background color 
  2618.                 F8 - foreground color 
  2619.  
  2620.           For the line with Find/Scan text: 
  2621.  
  2622.                 F2 - background color 
  2623.                 F4 - foreground 
  2624.  
  2625.     Once you have decided upon the colors, use the Alt-C key combination 
  2626.     to  change  the  LIST.COM  program  file.  This process is described 
  2627.     below. 
  2628.  
  2629.  
  2630.  
  2631.  
  2632.  
  2633. LIST  User's Guide                                                    Page  46 
  2634. Configuring LIST 
  2635. ______________________________________________________________________________
  2636.  
  2637. Cloning 
  2638.  
  2639.  
  2640.     The screen colors, the display retrace testing (M), the file sharing 
  2641.     (S), ruler (Alt-R), and other options may be permanently set in  the 
  2642.     program COM file by using the Alt-C cloning function. 
  2643.  
  2644.     For cloning to  take effect, the  program should be  called LIST.COM 
  2645.     and on the current drive and in the current directory. 
  2646.  
  2647.     There  are  THREE  versions  of  the  LIST program file.  One is the 
  2648.     normal full program, which is LISTR.COM. The other, which is  called 
  2649.     LISTS.COM, is a slightly smaller file that excludes the Help screen. 
  2650.     The third is LIST PLUS,  found as LIST.COM.  You may use any of  the 
  2651.     three  COM  files  for  cloning.   After  cloning,  you may continue 
  2652.     viewing  the  file.   Several  of  the  command  toggles  are   also 
  2653.     'clonable'. 
  2654.  
  2655.     The values and toggles that are cloned are: 
  2656.  
  2657.              M      =  Mono monitor, affects retrace testing. If you see 
  2658.                        "snow" on your color monitor, turn off this option 
  2659.  
  2660.              Alt-S  =  file(s) are shared 
  2661.  
  2662.              W      =  Wrap long lines 
  2663.  
  2664.              8/7/*  =  display all 256 values, or 7-bit, or special case 
  2665.  
  2666.              K      =  flush Keyboard each time a command is read 
  2667.  
  2668.              Alt-H  =  hex dump display, like the DEBUG format 
  2669.  
  2670.              Alt-J  =  toggle "junk" filter, add LF to CR, fix backspaces 
  2671.  
  2672.              Alt-L  =  set on to force preloading (reading) of the entire 
  2673.                        file before any lines are displayed; default is OFF 
  2674.  
  2675.              Alt-N  =  toggles screen saving (see Alt-X) feature 
  2676.  
  2677.              Alt-R  =  toggle columnar ruler on top line 
  2678.  
  2679.              Alt-T  =  toggle expansion of TAB characters (also Ctrl-I) 
  2680.  
  2681.              Alt-V  =  number of filenames per line and sort method 
  2682.  
  2683.              F2     =  change background color for Find/Scan text 
  2684.              F4     =  change foreground color for Find/Scan text 
  2685.  
  2686.  
  2687. Page  47                                                    LIST  User's Guide 
  2688. Configuring LIST 
  2689. ______________________________________________________________________________
  2690.  
  2691. Cloning 
  2692.  
  2693.              F5     =  change background color for main body of display 
  2694.              F6     =  change foreground color for main body of display 
  2695.  
  2696.              F7     =  change background color for top and bottom lines 
  2697.              F8     =  change foreground color for top and bottom lines 
  2698.  
  2699.     Note:  Be  sure  you  have  no  other  copies  of LIST.COM which are 
  2700.     accessible (because  of an APPEND   type  of utility).   If you  are 
  2701.     familiar with the DOS utility DEBUG, you may want to modify LIST  in 
  2702.     that way.  This is described in the next section. 
  2703.  
  2704.  
  2705.  
  2706.  
  2707.  
  2708.  
  2709.  
  2710.  
  2711.  
  2712.  
  2713.  
  2714.  
  2715.  
  2716.  
  2717.  
  2718.  
  2719.  
  2720.  
  2721.  
  2722.  
  2723.  
  2724.  
  2725.  
  2726.  
  2727.  
  2728.  
  2729.  
  2730.  
  2731.  
  2732.  
  2733.  
  2734.  
  2735.  
  2736.  
  2737.  
  2738.  
  2739.  
  2740.  
  2741. LIST  User's Guide                                                    Page  48 
  2742. Configuring LIST 
  2743. ______________________________________________________________________________
  2744.  
  2745. Modifying LIST.COM 
  2746.  
  2747.  
  2748.   Locations of option values 
  2749.  
  2750.     This information is offered to those of you who wish to modify  LIST 
  2751.     in special ways.  You do not need this information to use LIST.   An 
  2752.     alternative to cloning  is to use  DEBUG to make  permanent changes. 
  2753.     Also, a special customization program called LISTOPT is available to 
  2754.     registered and licensed users. 
  2755.  
  2756.     Here is a list of key items and their addresses: 
  2757.  
  2758.     Item           Offset  Value    Description of contents 
  2759.     -------------- ------  -----    ----------------------- 
  2760.     Special         0132    70      Top/bottom line colors 
  2761.         Special lines 1 and 25 colors, default is 70 (reverse). 
  2762.         Refer to a technical reference guide for the 
  2763.         attribute values for the colors that you want. 
  2764.  
  2765.     Normal          0134    07      Text colors 
  2766.     Bright          0136    09      Find/Scan line colors 
  2767.  
  2768.     Window 1 color  0138    07      Primary window text color 
  2769.     Window 2 color  0139    0F      Second window text color 
  2770.  
  2771.     Flag3           013A    09      Retrace off and junk filter on 
  2772.  
  2773.     By specifying the bit value, the option is enabled.  For example, to 
  2774.     enable Shared and Retrace, specify a hex value of the sum, or  01+04 
  2775.     = 05. 
  2776.                MRSJ WHK*  M = mono, retrace testing if off, x'01' 
  2777.                           R = ruler, x'02' 
  2778.                           S = shared, x'04' 
  2779.                           J = add LF to lone CR, process backspaces, 
  2780.                               if on, x'08'; default is off 
  2781.                           W = wrap mode, x'10' 
  2782.                           H = hi-bit on, x'20' 
  2783.                           K = kybd flush, x'40' 
  2784.                           * = special document filtering, x'80' 
  2785.  
  2786.     Flag4           013B    08      Tabs on 
  2787.                .PAT DGV.  P = Preload file if on, x'02', default is off 
  2788.                           A = Apxcore if on, TV/DD/DV if off, x'04, 
  2789.                               default is for Topview/Double DOS use 
  2790.                           T = if on (default), expand TABs, x'08' 
  2791.                           D = hex display mode if on, x'10' 
  2792.                           G = if on, Alt-G goto DOS is Disabled, x'20' 
  2793.                           V = if on, screen save/restore is Disabled 
  2794.  
  2795. Page  49                                                    LIST  User's Guide 
  2796. Configuring LIST 
  2797. ______________________________________________________________________________
  2798.  
  2799. Modifying LIST.COM 
  2800.  
  2801.                               and 9K less memory is used/required, x'40' 
  2802.  
  2803.     Find row        013C    0800    Position of found line on screen, 8 
  2804.     Row less one at which found text is displayed,  1 byte the default 
  2805.     is 08 which displays found text on line  9 
  2806.  
  2807.     When the  Find/Scan command  is used,  the next  line which contains 
  2808.     that text is highlighted using the 'bright' color, and is placed  in 
  2809.     row 9 of the screen.  You can change the row by Altering the byte at 
  2810.     location 13C which is normally '08', one less than the row. 
  2811.  
  2812.     Scroll incr     013E    0A00    Left/right scroll increment, 10 
  2813.     Scroll start    0140    0000    Starting scroll offset, 0 
  2814.     Tab value       0142    0800    Tab interval, 8 
  2815.     Tab mask        0144    F8FF    Tab bit mask 
  2816.     Loudness        0146    C8      Beep tone level 
  2817.     Key rate        0148    FF      Continuous scroll increment, 255 
  2818.     Overlap         0149    0000    PgUp/PgDn scroll overlap, 0 
  2819.     Wildcard esc    014B    26      Scan/Find wildcard ? escape character 
  2820.     Alt-V up        014C    0500    Alt-V display files per line, 5 
  2821.  
  2822.     LIST Plus only 
  2823.     -------------- 
  2824.     Eye-catcher     014E    'COM:' 
  2825.     COM port        0152    F803    Default for COM1, use F802 for COM2 
  2826.     Sort offset     0154    00      Default sort key offset 
  2827.                                      00 by filename 
  2828.                                      08 by extension 
  2829.                                      0C by datestamp 
  2830.                                      10 by file size 
  2831.     Modem init      0157    'AT'    30-byte modem initialization string 
  2832.     Editor name     0175    'Edit'  8-byte name of editor program 
  2833.     Modem hang-up   017E    'ATZ'   9-byte modem disconnect command 
  2834.     Temp var name   0187    LIST    4-character environment name for temps 
  2835.  
  2836.     The following offsets change from version to version. Look for the 
  2837.     eye-catchers to be sure of the offset: 
  2838.  
  2839.     Key table       0468    'WHAT'  Eye catcher 
  2840.                     046C    0026    Key command table 
  2841.     Routines        0571    'WHERE' Eye catcher 
  2842.                     0576    xxxx    Command routines 
  2843.  
  2844.     Examples of using DEBUG can be found in the DIALER.PAT and 
  2845.     COLORS.PAT files. To use them, copy LIST.COM to the current 
  2846.     directory and issue the DEBUG command. For example: 
  2847.  
  2848.  
  2849. LIST  User's Guide                                                    Page  50 
  2850. Configuring LIST 
  2851. ______________________________________________________________________________
  2852.  
  2853. Modifying LIST.COM 
  2854.  
  2855.             DEBUG <DIALER.PAT 
  2856.  
  2857.  
  2858.  
  2859.  
  2860.  
  2861.  
  2862.  
  2863.  
  2864.  
  2865.  
  2866.  
  2867.  
  2868.  
  2869.  
  2870.  
  2871.  
  2872.  
  2873.  
  2874.  
  2875.  
  2876.  
  2877.  
  2878.  
  2879.  
  2880.  
  2881.  
  2882.  
  2883.  
  2884.  
  2885.  
  2886.  
  2887.  
  2888.  
  2889.  
  2890.  
  2891.  
  2892.  
  2893.  
  2894.  
  2895.  
  2896.  
  2897.  
  2898.  
  2899.  
  2900.  
  2901.  
  2902.  
  2903. Page  51                                                    LIST  User's Guide 
  2904. Configuring LIST 
  2905. ______________________________________________________________________________
  2906.  
  2907. Modifying LIST.COM 
  2908.  
  2909.  
  2910.   Reassigning keys 
  2911.     LIST performs a function for every character that can be entered  at 
  2912.     the command line prompt.  There  are 128 regular characters and  131 
  2913.     extended characters.  The regular characters are numbered from 0  to 
  2914.     127, and  they include  the letters  A-Z, a-z,  the numbers, and the 
  2915.     rest of  the usual  single characters  found on  your keyboard.  The 
  2916.     extended characters represent special function keys and combinations 
  2917.     of keys, such as F1, Alt-X, Ctrl-A, and the cursor positioning keys. 
  2918.  
  2919.     The  WHAT  table  in  LIST  has  a  one  byte  entry for each of the 
  2920.     characters.  This byte is a number from 0 to 57 that represents  the 
  2921.     identification of a routine that performs a function. 
  2922.  
  2923.         For example, 
  2924.  
  2925.           - the ESCape key has a value  of 27 (hex 1B) and its value  in 
  2926.             the WHAT table is 16 (10 hex).  Routine number 16 is  called 
  2927.             "Done".  The "Done" routine exits to DOS. 
  2928.  
  2929.           - the Q key has a value of 81 (51 hex) with a routine value of 
  2930.             15  for  the  "Close"  routine.   The  "Close"  routine ends 
  2931.             viewing of the  current file and  tries to display  the next 
  2932.             file, i.e. wildcards used for the filename.  There is also a 
  2933.             lower case letter q, so be sure to change both entries. 
  2934.  
  2935.     To change the function that a command character performs, you change 
  2936.     the  value  in  the  WHAT  table  for the routine that the character 
  2937.     invokes. 
  2938.  
  2939.     For example, to  change the ESCape  key to act  like the Q  key, you 
  2940.     change the routine  value for ESCape  from 16 (10  hex) to a  15 (0F 
  2941.     hex). 
  2942.  
  2943.     To find the location of the  routine value in the WHAT table,  first 
  2944.     determine the value of the  character, e.g.  ESCape is 27  (1B hex), 
  2945.     and then add that to the  location of the WHAT table (36C  hex); or, 
  2946.     1B + 36C = 387 hex.  Finally,  use DEBUG to change the byte at  that 
  2947.     location (387 hex) from a 10 hex to a 0F hex. 
  2948.  
  2949.     For example, 
  2950.  
  2951.           debug list.com                ; use appropriate file name 
  2952.           -e 387 0f                     ; change ESC to routine 15 
  2953.           -w                            ; old data is 10 
  2954.           -q 
  2955.  
  2956.  
  2957. LIST  User's Guide                                                    Page  52 
  2958. Configuring LIST 
  2959. ______________________________________________________________________________
  2960.  
  2961.   Table of Routines 
  2962.  
  2963.  
  2964.     Value Key(s)               Description of function performed 
  2965.     ----- ---------            ------------------------------------------ 
  2966.       0                        Error, undefined command 
  2967.  
  2968.       2   Alt-E                Toggle EGA 43-line mode 
  2969.  
  2970.       3   Alt-F, G             Get new filespec 
  2971.  
  2972.       4   Alt-J                Toggle Junk filter 
  2973.  
  2974.       5   Alt-L                Toggle pre-Load 
  2975.  
  2976.       6   Alt-T                Toggle TABs expansion 
  2977.  
  2978.       7   Alt-W                Toggle Split windows 
  2979.  
  2980.       8   Alt-X                Exit to DOS, restore screen 
  2981.  
  2982.       9   U/up                 Position to previous line 
  2983.  
  2984.      10   END, B               Position to end of file 
  2985.  
  2986.      11   F5                   Change top/bottom line background color 
  2987.  
  2988.      12   F6                   Change top/bottom line foreground color 
  2989.  
  2990.      13   Ctrl-HOME            Position to specified line number 
  2991.  
  2992.      14   Alt-C                Rewrite LIST.COM with new options 
  2993.  
  2994.      15   Q, Ctrl-PgDn         Quit current file, display next file 
  2995.  
  2996.      16   ESC, F10             Exit to DOS 
  2997.  
  2998.      17   N, down              Position to next line 
  2999.  
  3000.      18   X                    Exit to DOS, clear screen 
  3001.  
  3002.      19   Alt-H                Toggle Hex display mode 
  3003.  
  3004.      20   8                    Leave hi-bit 
  3005.  
  3006.      21   \, F                 Search for text, any case matches 
  3007.  
  3008.      22   F2                   Change Find/Scan background color 
  3009.  
  3010.  
  3011. Page  53                                                    LIST  User's Guide 
  3012. Configuring LIST 
  3013. ______________________________________________________________________________
  3014.  
  3015.   Table of Routines 
  3016.  
  3017.     Value Key(s)              Description of function performed 
  3018.     ----- ---------           ------------------------------------------ 
  3019.      23   F4                  Change Find/Scan foreground color 
  3020.  
  3021.      24   Alt-M               Toggle monitor rescan testing 
  3022.  
  3023.      25   K, Alt-K            Toggle keyboard flush (type ahead) 
  3024.  
  3025.      26   Alt-G               Invoke DOS command (shell) 
  3026.  
  3027.      27   L, left             Scroll left 10 columns 
  3028.  
  3029.      28   -                   Position back by number of lines 
  3030.  
  3031.      29   enter               Display next page 
  3032.  
  3033.      30   +                   Position forward by number of lines 
  3034.  
  3035.      31   P                   Print current screen or marked lines 
  3036.  
  3037.      32   F1 H ?              Display Help screen 
  3038.  
  3039.      33   F3, A               Search for next occurrence of text 
  3040.  
  3041.      34   R right             Scroll display right 10 columns 
  3042.  
  3043.      35   Alt-R               Display ruler marks on top line 
  3044.  
  3045.      36   /, S                Search for text, same case 
  3046.  
  3047.      37   F9                  Search for previous occurrence of text 
  3048.  
  3049.      38   Ctrl-left           Reset scroll to column 1, full left 
  3050.  
  3051.      39   F7                  Change normal line background color 
  3052.  
  3053.      40   F8                  Change normal line foreground color 
  3054.  
  3055.      41   7                   Strip hi-bit 
  3056.  
  3057.      42   Alt-S               Toggle closing of files 
  3058.  
  3059.      43   *                   Toggle special * filter 
  3060.  
  3061.      44   Home, T             Position to top of file 
  3062.  
  3063.  
  3064.  
  3065. LIST  User's Guide                                                    Page  54 
  3066. Configuring LIST 
  3067. ______________________________________________________________________________
  3068.  
  3069.   Table of Routines 
  3070.  
  3071.     Value Key(s)              Description of function performed 
  3072.     ----- ---------           ------------------------------------------ 
  3073.  
  3074.      45   B, up               Position back one line 
  3075.  
  3076.      46   W                   Toggle display of wide lines 
  3077.  
  3078.      47   Alt-D               Write marked lines, or found line, to a file 
  3079.  
  3080.      48   Alt-M               Mark top line of display 
  3081.  
  3082.      49   Alt-U               Unmark lines 
  3083.  
  3084.      50   Alt-B               Mark bottom line of display 
  3085.  
  3086.      51   Ctrl-pgup           Display previous file 
  3087.  
  3088.      52   ^                   Like Find but initiates search backwards 
  3089.  
  3090.      53   v                   Like Scan but initiates search backwards 
  3091.  
  3092.      54   Alt-N               Toggle screen saving (Alt-X) function 
  3093.  
  3094.      55   C                   Toggle continuous scrolling 
  3095.  
  3096.      56   Alt-Y               Bookmark, reposition to last "active" line 
  3097.  
  3098.      57   Alt-O               Write marked lines to previous Alt-D file 
  3099.  
  3100.      58   Ctrl-F              Sends formfeed control character to printer 
  3101.  
  3102.      59   Alt-A               Continues text search across files 
  3103.  
  3104.      60   Ctrl-P              Print the entire file 
  3105.  
  3106.      61   Alt-I               Grab a filespec from the display 
  3107.  
  3108.      62   Alt-V               File selection menu 
  3109.  
  3110.      63   ESCape              Exit from Alt-V file menu 
  3111.  
  3112.      64   Alt-Z               Toggle line 25 command line display format 
  3113.  
  3114.      65   Ctrl-V              Switch display window 
  3115.  
  3116.      66   Ctrl-T              Grab a telephone number and dial the modem 
  3117.  
  3118.  
  3119. Page  55                                                    LIST  User's Guide 
  3120. Configuring LIST 
  3121. ______________________________________________________________________________
  3122.  
  3123.   Table of Routines 
  3124.  
  3125.      67   Ctrl-H              Disconnect modem (hang up) 
  3126.  
  3127.      68   Ctrl-I              Redefine Tab stop interval 
  3128.  
  3129.      69   Ctrl-Y              Set new bookmark line number for recall 
  3130.  
  3131.      70   1                   Restart displaying files with the first file 
  3132.  
  3133. ***  71   E                   ASCII or EBCDIC display mode 
  3134.  
  3135. ***  72   Ctrl-K              Toggle display of line numbers on each line 
  3136.  
  3137. ***  73   Ctrl-B              Set record size for fixed length records 
  3138.  
  3139.      74   Ctrl-right          Scroll full right 
  3140.  
  3141.      75   O                   Toggle date format, US or European 
  3142.  
  3143.      76   Alt-Q               Toggle quiet mode 
  3144.  
  3145. ***  77   Shift-F5            Change line number foreground 
  3146.  
  3147. ***  78   Shift-F6            Change line number background 
  3148.  
  3149.  
  3150. Note: *** indicates that the function is available in LIST Enhanced only 
  3151.  
  3152.  
  3153.  
  3154.  
  3155.  
  3156.  
  3157.  
  3158.  
  3159.  
  3160.  
  3161.  
  3162.  
  3163.  
  3164.  
  3165.  
  3166.  
  3167.  
  3168.  
  3169.  
  3170.  
  3171.  
  3172.  
  3173. LIST  User's Guide                                                    Page  56 
  3174. Limitations 
  3175. ______________________________________________________________________________
  3176.  
  3177.  
  3178.  
  3179.      o  The LIST.COM  program requires about  64K  of memory.   If  more 
  3180.         memory is available,  it is used  to store more  of the file  in 
  3181.         memory.  At least 80K is required  to use the DOS shell, and  9K 
  3182.         more is required if the screen saving option (on by default)  is 
  3183.         enabled. 
  3184.  
  3185.  
  3186.      o  The line number is currently limited to 16 million. 
  3187.  
  3188.  
  3189.      o  The file size is limited to 16 million bytes for ASCII  files, 
  3190.         and 4 million bytes for hex-dump files.  Versions for larger 
  3191.         files are available to licensed users. 
  3192.  
  3193.      o  The review limit is 32 files for the regular and Plus versions. 
  3194.         The bookmark limit is 10 entries. 
  3195.  
  3196.      o  PC DOS Version 2.0 or  later is required.  DOS version 3.0  or 
  3197.         later is required for file sharing. 
  3198.  
  3199.  
  3200.      o  ANSI.SYS is NOT required. 
  3201.  
  3202.  
  3203.  
  3204.         DesqView, TopView, Double  DOS, PCED, and IBM are  all 
  3205.         copyrighted, trademarked, and all that. 
  3206.  
  3207.  
  3208.  
  3209.     If you are using LIST and find it of value, your gift in any  amount 
  3210.     ($20 suggested)  will be  greatly appreciated.   Please make  checks 
  3211.     payable in U.S. dollars to  Vernon D. Buerg.  Canadian and  non-U.S. 
  3212.     checks require excessive bank charges. 
  3213.  
  3214.     For use by  corporations and other  institutions, please contact  me 
  3215.     for a licensing  arrangement.  More information  is supplied in  the 
  3216.     file  LICENSE. Customizing and other special licensing are available 
  3217.     upon request.  Purchase orders  and invoicing are acceptable. 
  3218.  
  3219.  
  3220.                       Vernon D. Buerg 
  3221.                       139 White Oak Circle 
  3222.                       Petaluma, CA  94952 
  3223.  
  3224.  
  3225.  
  3226.  
  3227. Page  57                                                    LIST  User's Guide 
  3228. Copyright/License/Warranty 
  3229. ______________________________________________________________________________
  3230.  
  3231.  
  3232.     This  document  and  the  program  files  LIST.COM,  LISTS.COM,  and 
  3233.     LISTR.COM  ("the  software")  are  copyrighted  by  the author.  The 
  3234.     copyright owner hereby licenses you to use the software given  these 
  3235.     restrictions: 
  3236.  
  3237.           o  the program shall  be supplied in its  original, unmodified 
  3238.              form, which includes this documentation; 
  3239.  
  3240.  
  3241.           o  for-profit use without a license is prohibited; 
  3242.  
  3243.           o  the program may not be  included - or bundled - with  other 
  3244.              goods or services.  Exceptions may be granted upon  written 
  3245.              request only. 
  3246.  
  3247.           o  no  fee  is  charged;  an  exception is  granted to not for 
  3248.              profit user's groups, which are permitted to charge a small 
  3249.              fee (not  to exceed  $5) for  materials, handling, postage, 
  3250.              and general overhead.   No other organization  is permitted 
  3251.              to  charge  any  amount  for  distribution of copies of the 
  3252.              software  or  documentation,  or  to  include copies of the 
  3253.              software or documentation with sales of their own products. 
  3254.  
  3255.  
  3256.     There is no warranty  of any kind.  The  copyright owner may not  be 
  3257.     held liable  for any  damages, including  any lost  profits or other 
  3258.     incidental or consequential damages  arising out of or  inability to 
  3259.     use the software.  By using the software, you agree to this. 
  3260.  
  3261.  
  3262.     The software and documentation are: 
  3263.  
  3264.                 Copyright (C) 1983-1991 by 
  3265.                    Vernon D. Buerg 
  3266.                    139 White Oak Circle 
  3267.                    Petaluma, CA  94952 
  3268.  
  3269.                 Data:   (707) 778-8944    VOR 24-hour bulletin board 
  3270.                 - or -  (707) 778-8841    MB  24-hour bulletin board 
  3271.                 - or -  (415) 994-2944    VOR South 24-hour BBS 
  3272.                 FAX:    (707) 778-8728    For orders only 
  3273.                 Compuserve: 70007,1212    Go IBMSYS 
  3274.  
  3275.  
  3276.  
  3277.  
  3278.  
  3279.  
  3280.  
  3281. LIST  User's Guide                                                    Page  58 
  3282. Index-1                                                LIST  User's Guide 
  3283. __________________________________________________________________________
  3284.  
  3285.  
  3286.  
  3287.   /*,command line,star filter .. 8, 47
  3288.   /4,command line,43/50 line mod 8
  3289.   /7,command line,7-bit option . 8, 47
  3290.   /8,command line,8-bit option . 8
  3291.   /B,command line,use BIOS ..... 8
  3292.   /D,command line,file menu .... 8
  3293.   /E,command line,end of file .. 8
  3294.   /Ftext,command line,find text  9
  3295.   /H,command line,hex option ... 9
  3296.   /J,command line,junk filter .. 8, 9
  3297.   /K,command line,disable mouse  8, 9
  3298.   /L,command line,preload option 9
  3299.   /Q,command line,quiet mode ... 8, 37
  3300.   /S,command line,piping option  8, 10
  3301.   /Ttext,command line,scan text  9
  3302.   /V,command line,verify mode .. 8
  3303.   /W,command line,wrap option .. 9
  3304.   1-6 up,directory display ..... 35
  3305.   Alt-A,find text again ........ 24, 25, 44, 55
  3306.   Alt-B,mark bottom line ....... 19, 26, 27, 44, 55
  3307.   Alt-C,clone new LIST.COM ..... 31, 36, 44, 46, 47, 53
  3308.   Alt-D,Write marked lines ..... 26, 27, 44, 55
  3309.   Alt-E,toggle 25/43 lines ..... 12, 44, 53
  3310.   Alt-F,enter new filename ..... 29, 30, 41, 44, 53
  3311.   Alt-G,go to DOS .............. 3, 33, 44, 49, 54
  3312.   Alt-H,toggle hex display ..... 14, 21, 23, 44, 47, 53
  3313.   Alt-I,insert filename ........ 3, 29, 30, 39, 44, 55
  3314.   Alt-J,toggle junk filter ..... 22, 23, 26, 44, 47, 53
  3315.   Alt-K,toggle key ahead ....... 11, 54
  3316.   Alt-L,toggle file preloading . 19, 44, 47, 53
  3317.   Alt-M,mark top line .......... 19, 26, 27, 44, 54, 55
  3318.   Alt-N,toggle screen saving ... 34, 44, 47, 55
  3319.   Alt-O,write marked lines ..... 26, 27, 44, 55
  3320.   Alt-P,print marked lines ..... 26, 28
  3321.   Alt-Q,toggle quiet mode ...... 8, 56
  3322.   Alt-R,toggle ruler display ... 14, 44, 47, 54
  3323.   Alt-S,toggle file sharing .... 25, 33, 44, 47, 54
  3324.   Alt-T,toggle TAB expansion ... 23, 44, 47, 53
  3325.   Alt-U,unmark lines ........... 27, 44, 55
  3326.   Alt-V,Change Directories ..... 3, 29, 30, 37, 44, 47, 50, 55
  3327.   Alt-W,freeze top window ...... 3, 23, 31, 37, 44, 53
  3328.   Alt-X,exit to DOS ............ 3, 11, 26, 29, 34, 36, 44, 45, 47, 52, 53
  3329.                                  55
  3330.   Alt-Y,reposition to last line  19, 20, 45, 55
  3331.  
  3332. LIST  User's Guide                                                 Index-2
  3333. __________________________________________________________________________
  3334.  
  3335.  
  3336.  
  3337.   Alt-Z,Toggle command line .... 14, 15, 36, 45, 55
  3338.   archive,files ................ 39
  3339.   Bookmark,recall position ..... 19, 20, 43, 45, 55, 56, 57
  3340.   bulletin board,support ....... 58
  3341.   Changing Directories ......... 37
  3342.   Cloning ...................... 17, 33, 34, 46, 47, 49
  3343.   Colors ....................... 10, 24, 31, 46, 47, 49, 50
  3344.   Command line syntax .......... 8
  3345.   Command line,option switches . 7, 8, 9, 12, 14, 15, 16, 29, 35, 36, 45
  3346.                                  46, 52, 55
  3347.   Configuring LIST ............. 17, 34
  3348.   Continuous,scrolling ......... 16, 17, 18, 41, 50, 55
  3349.   Copy file .................... 37
  3350.   Ctrl-A,Full left scroll ...... 43, 52
  3351.   Ctrl-C,Next page ............. 43
  3352.   Ctrl-D,Scroll right .......... 43
  3353.   Ctrl-E,Previous line ......... 43
  3354.   Ctrl-F,Send printer formfeed . 28, 43, 55
  3355.   Ctrl-HOME,Position to a line . 19, 20, 36, 43, 53
  3356.   Ctrl-H,Hang up phone ......... 32, 43, 56
  3357.   Ctrl-I,Define TAB interval ... 23, 47, 56
  3358.   Ctrl-left,Position to column 1 43, 54
  3359.   Ctrl-N,Next file ............. 43
  3360.   Ctrl-PgDn,Show next file ..... 29, 30, 43, 53
  3361.   Ctrl-PgUp,Show previous file . 29, 30, 43, 55
  3362.   Ctrl-P,Print entire file ..... 28, 43, 55
  3363.   Ctrl-right,Scroll full right . 43, 56
  3364.   Ctrl-R,Previous page ......... 43
  3365.   Ctrl-S,Scroll left ........... 43
  3366.   Ctrl-T,Dial telephone ........ 3, 32, 43, 55
  3367.   Ctrl-U,Previous file ......... 43
  3368.   Ctrl-V,Switch windows ........ 31, 43, 55
  3369.   Ctrl-W,Previous line ......... 43
  3370.   Ctrl-X,Next line ............. 43
  3371.   Ctrl-Y,Set bookmark .......... 19, 20, 43, 56
  3372.   DEBUG,changing options ....... 23, 33, 47, 48, 49, 50, 51, 52
  3373.   Delete file .................. 37
  3374.   DOS Filters .................. 6
  3375.   DOS Pipes .................... 7
  3376.   DOS Redirection .............. 5
  3377.   Edit file .................... 37
  3378.   Entering Commands ............ 11
  3379.   Environment,DOS .............. 25, 39, 50
  3380.   Exit to DOS .................. 40, 41, 53
  3381.  
  3382. Index-3                                                LIST  User's Guide 
  3383. __________________________________________________________________________
  3384.  
  3385.  
  3386.  
  3387.   F- function keys ............. 40
  3388.   F10,Exit to DOS .............. 11, 29, 36, 40, 53
  3389.   F1,Display Help .............. 36, 40, 52, 54
  3390.   F2,Find background color ..... 40, 46, 47, 53
  3391.   F3,Find next ................. 24, 25, 36, 40, 54
  3392.   F4,Find foreground color ..... 40, 46, 47, 54
  3393.   F5,Text background color ..... 40, 46, 48, 53, 56
  3394.   F6,Text foreground color ..... 40, 46, 48, 53, 56
  3395.   F7,Status background color ... 40, 46, 48, 54
  3396.   F8,Status foreground color ... 40, 46, 48, 54
  3397.   F9,Find previous ............. 24, 25, 40, 54
  3398.   File Sharing ................. 33, 44, 47, 57
  3399.   Filtering .................... 1, 7, 10, 21, 23, 49
  3400.   Find,text .................... 7, 15, 19, 24, 25, 26, 27, 32, 38, 40, 41
  3401.                                  42, 46, 47, 49, 50, 52, 53, 54, 55, 57
  3402.   Hex dump,display mode ........ 9, 14, 16, 21, 23, 47
  3403.   Hi-bit,filter usage .......... 22, 23, 49, 53, 54
  3404.   Installation ................. 2
  3405.   Invoke file .................. 38
  3406.   Invoking DOS Commands ........ 33
  3407.   Junk,filter usage ............ 8, 9, 21, 22, 23, 26, 44, 47, 49, 53
  3408.   License,information .......... 57, 58
  3409.   List file .................... 37
  3410.   Locations of option values ... 49
  3411.   Mouse,cursor control ......... 9
  3412.   Move file .................... 38
  3413.   Movement Keys ................ 36
  3414.   Path changing ................ 38
  3415.   Piped,files .................. 8, 10, 29
  3416.   Piping ....................... 1, 7, 10
  3417.   Printing the manual .......... 2
  3418.   Print,files or lines ......... 2, 10, 16, 26, 28, 43, 54, 55
  3419.   Reassigning keys ............. 52
  3420.   Redirection .................. 1, 2, 5, 6, 7, 10
  3421.   Rename ....................... 38
  3422.   Scan,for text ................ 15, 19, 24, 25, 26, 27, 32, 40, 41, 42, 46
  3423.                                  47, 49, 50, 53, 54, 55
  3424.   Screen saving,option ......... 3, 11, 34, 44, 47, 55, 57
  3425.   Scrolling .................... 17, 18, 41, 55
  3426.   Shell,to DOS ................. 54, 57
  3427.   Sort filenames ............... 38
  3428.   Star,filter usage ............ 8, 21, 22, 23, 35, 42
  3429.   Status Line Format ........... 12
  3430.   Switches,command line ........ 8, 9, 45
  3431.  
  3432. LIST  User's Guide                                                 Index-4
  3433. __________________________________________________________________________
  3434.  
  3435.  
  3436.  
  3437.   TAB,control character ........ 16, 21, 23, 44, 47, 50, 56
  3438.   ViewArc ...................... 39
  3439.   Wrap,filter .................. 9, 16, 19, 22, 23, 41, 47, 49
  3440.  
  3441.